Skip to content

Commit

Permalink
ci: add v1.18/v2.0 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 14, 2024
1 parent 36d9a11 commit 8d45605
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Source:
# https://github.com/solana-labs/solana-accountsdb-plugin-postgres/blob/master/.github/workflows/test.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -10,6 +7,8 @@ on:
push:
branches:
- 'master'
- 'v2.0-triton'
- 'v1.18-triton'
- 'v1.17-triton'
- 'v1.16-triton'
- 'v1.14-triton'
Expand Down

0 comments on commit 8d45605

Please sign in to comment.