Skip to content

Commit bc8b940

Browse files
committed
fix: tmp
1 parent a6a128b commit bc8b940

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
name: Sharing Smart Contract - Deployment
22

33
on:
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

2732
jobs:

0 commit comments

Comments
 (0)