Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0c12455

Browse files
authored
Update pull-request-account-compression.yml
1 parent d73e91c commit 0c12455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request-account-compression.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ on:
1010
- ".github/workflows/pull-request-account-compression.yml"
1111
- "!account-compression/sdk/**"
1212
push:
13-
branches: [master]
13+
branches: [master, ac-mainnet-tag]
1414
paths:
1515
- "account-compression/**"
1616
- "libraries/concurrent-merkle-tree/**"
1717
- "ci/*-version.sh"
1818
- "ci/install-anchor.sh"
1919
- ".github/workflows/pull-request-account-compression.yml"
2020
- "!account-compression/sdk/**"
21+
workflow_dispatch:
2122

2223
concurrency:
2324
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)