Skip to content

Commit

Permalink
ci: Test PRs against release branches, too
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Feb 16, 2022
1 parent fabcb21 commit 2484c8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Build and Test PR
on:
pull_request: # Trigger for pull requests.
types: [opened, synchronize, reopened]
branches:
- master
- v[0-9]*
workflow_dispatch: # Allows for manual triggering.
inputs:
ref:
Expand Down

0 comments on commit 2484c8b

Please sign in to comment.