Skip to content

Commit f6d79a6

Browse files
committed
feat: re-enable manual trigger
1 parent bc8b940 commit f6d79a6

File tree

1 file changed

+21
-26
lines changed

1 file changed

+21
-26
lines changed

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

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

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

3126

3227
jobs:

0 commit comments

Comments
 (0)