Skip to content

Commit

Permalink
Update contracts-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored Oct 8, 2024
1 parent 709de33 commit ebf517b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: Contracts CI - Tests

on:
workflow_dispatch:
pull_request:
branches: [master] # Добавляем ветку master
paths-ignore:
- 'frontend/**'
- 'docker/**'
branches: [master, main]
paths:
- contracts/**
push:
branches: [master]
paths-ignore:
- 'frontend/**'
- 'docker/**'
branches: [master, main]
paths:
- contracts/**
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit ebf517b

Please sign in to comment.