Skip to content

Commit

Permalink
workflows: set up github essential CI for release branches
Browse files Browse the repository at this point in the history
This was just an oversight.

Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart committed Apr 2, 2024
1 parent 93b9ecc commit 57f43e2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/github-actions-essential-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@ name: GitHub Actions Essential CI
on:
pull_request:
types: [ opened, reopened, synchronize, edited ]
branches: [ master ]
branches:
- 'master'
- 'release-*'
- '!release-1.0*'
- '!release-1.1*'
- '!release-2.0*'
- '!release-2.1*'
- '!release-19.1*'
- '!release-19.2*'
- '!release-20.1*'
- '!release-20.2*'
- '!release-21.1*'
- '!release-21.2*'
- '!release-22.1*'
- '!release-22.2*'
- '!release-23.1*'
- '!release-23.2*'
push:
branches:
- 'master'
Expand Down

0 comments on commit 57f43e2

Please sign in to comment.