File tree Expand file tree Collapse file tree 1 file changed +26
-21
lines changed
Expand file tree Collapse file tree 1 file changed +26
-21
lines changed Original file line number Diff line number Diff line change 11name : Sharing Smart Contract - Deployment
22
33on :
4- workflow_dispatch : # Manual trigger
5- inputs :
6- network :
7- description : ' Network'
8- required : true
9- type : choice
10- options :
11- - hardhat
12- - avalancheFujiTestnet
13- - arbitrumSepolia
14- - arbitrum
15- - bellecour
16- default : ' hardhat'
17- environment :
18- description : ' Environment'
19- required : true
20- type : choice
21- options :
22- - dev
23- - prod
24- default : ' dev'
4+ pull_request :
5+ branches :
6+ - ' *'
7+ paths :
8+ - ' packages/sharing-smart-contract/**'
9+ # workflow_dispatch: # Manual trigger
10+ # inputs:
11+ # network:
12+ # description: 'Network'
13+ # required: true
14+ # type: choice
15+ # options:
16+ # - hardhat
17+ # - avalancheFujiTestnet
18+ # - arbitrumSepolia
19+ # - arbitrum
20+ # - bellecour
21+ # default: 'hardhat'
22+ # environment:
23+ # description: 'Environment'
24+ # required: true
25+ # type: choice
26+ # options:
27+ # - dev
28+ # - prod
29+ # default: 'dev'
2530
2631
2732jobs :
You can’t perform that action at this time.
0 commit comments