Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Sep 16, 2024
1 parent dc29f06 commit 4843a43
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/verify-upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: Verify Deployment

on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
paths:
pull_request:
release:
types: [published]
paths:
- 'packages/solidity-contracts/deployments/**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
verify:
if: startsWith(github.head_ref, 'deploy/')
Expand Down

0 comments on commit 4843a43

Please sign in to comment.