Skip to content

Commit

Permalink
Update pull-request-account-compression.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra authored Oct 17, 2024
1 parent d73e91c commit 0c12455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request-account-compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ on:
- ".github/workflows/pull-request-account-compression.yml"
- "!account-compression/sdk/**"
push:
branches: [master]
branches: [master, ac-mainnet-tag]
paths:
- "account-compression/**"
- "libraries/concurrent-merkle-tree/**"
- "ci/*-version.sh"
- "ci/install-anchor.sh"
- ".github/workflows/pull-request-account-compression.yml"
- "!account-compression/sdk/**"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 0c12455

Please sign in to comment.