Skip to content

Commit

Permalink
fix: workflow paths
Browse files Browse the repository at this point in the history
Signed-off-by: Nurzhan Sakén <[email protected]>
  • Loading branch information
nxsaken committed Aug 13, 2024
1 parent 673ec2d commit 3b4982d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '**.json'
- '**.toml'
- '.github/workflows/iroha2-dev-pr-static.yml'
- '../../iroha_cli/pytests/**/*.py'
- 'iroha_cli/pytests/**/*.py'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/iroha2-dev-pr-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
pull_request:
branches: [main]
paths:
- '../../iroha_data_model/**.rs'
- '../../iroha_data_model/**.yml'
- '../../iroha_data_model/**.json'
- '../../iroha_data_model/**.toml'
- 'iroha_data_model/**.rs'
- 'iroha_data_model/**.yml'
- 'iroha_data_model/**.json'
- 'iroha_data_model/**.toml'

- '../../iroha_smart_contract/**.rs'
- '../../iroha_smart_contract/**.yml'
- '../../iroha_smart_contract/**.json'
- '../../iroha_smart_contract/**.toml'
- 'iroha_smart_contract/**.rs'
- 'iroha_smart_contract/**.yml'
- 'iroha_smart_contract/**.json'
- 'iroha_smart_contract/**.toml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 3b4982d

Please sign in to comment.