Skip to content

Commit 4843a43

Browse files
committed
chore: update ci
1 parent dc29f06 commit 4843a43

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/verify-upgrade.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
name: Verify Deployment
22

33
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened]
4+
push:
65
branches:
76
- main
8-
paths:
7+
pull_request:
8+
release:
9+
types: [published]
10+
paths:
911
- 'packages/solidity-contracts/deployments/**'
1012

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15+
cancel-in-progress: true
16+
1117
jobs:
1218
verify:
1319
if: startsWith(github.head_ref, 'deploy/')

0 commit comments

Comments
 (0)