Skip to content

Commit

Permalink
Run test/validate on release branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel committed Oct 15, 2024
1 parent 7df5166 commit f8d72e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Testing and Validation
# Controls when the action will run.
on:
push:
branches: [ master, dev, notreal ]
branches: [ master, dev, notreal, release-* ]
pull_request:
branches: [ master, dev, notreal ]
branches: [ master, dev, notreal, release-* ]
workflow_dispatch:

env:
Expand Down

0 comments on commit f8d72e6

Please sign in to comment.