Skip to content

Commit

Permalink
Run CI on support-* branches
Browse files Browse the repository at this point in the history
This enables release review for releases that precede the current
release.  This was found necessary from efforts on PR 145.

References:
* #145

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Dec 19, 2023
1 parent 7218997 commit f560e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ on:
branches:
- main
- develop
- support-*
pull_request:
branches:
- main
- develop
- support-*
release:
types:
- published
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
pull_request:
branches:
- main
- support-*

jobs:
build:
Expand Down

0 comments on commit f560e2e

Please sign in to comment.