File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
target_chains/ethereum/sdk/stylus/.github/workflows Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ permissions:
1414on :
1515 pull_request :
1616 paths :
17- - target_chains/sui/contracts/ **
17+ - target_chains/ethereum/sdk/stylus/** **
1818 push :
1919 branches :
2020 - main
2121 paths :
22- - target_chains/sui/contracts /**
22+ - target_chains/ethereum/sdk/stylus /**
2323concurrency :
2424 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2525 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ permissions:
1313on :
1414 pull_request :
1515 paths :
16- - target_chains/sui/contracts/ **
16+ - target_chains/ethereum/sdk/stylus/** **
1717 push :
1818 branches :
1919 - main
2020 paths :
21- - target_chains/sui/contracts /**
21+ - target_chains/ethereum/sdk/stylus /**
2222concurrency :
2323 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2424 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ name: foundry-test
33on :
44 pull_request :
55 paths :
6- - target_chains/sui/contracts/ **
6+ - target_chains/ethereum/sdk/stylus/** **
77 push :
88 branches :
99 - main
1010 paths :
11- - target_chains/sui/contracts /**
11+ - target_chains/ethereum/sdk/stylus /**
1212
1313env :
1414 FOUNDRY_PROFILE : ci
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ permissions:
66on :
77 pull_request :
88 paths :
9- - target_chains/sui/contracts/ **
9+ - target_chains/ethereum/sdk/stylus/** **
1010 push :
1111 branches :
1212 - main
1313 paths :
14- - target_chains/sui/contracts /**
14+ - target_chains/ethereum/sdk/stylus /**
1515concurrency :
1616 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1717 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ permissions:
77on :
88 pull_request :
99 paths :
10- - target_chains/sui/contracts/ **
10+ - target_chains/ethereum/sdk/stylus/** **
1111 push :
1212 branches :
1313 - main
1414 paths :
15- - target_chains/sui/contracts /**
15+ - target_chains/ethereum/sdk/stylus /**
1616concurrency :
1717 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1818 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments