Skip to content

Commit

Permalink
Merge pull request #251 from ndw/fix-ci
Browse files Browse the repository at this point in the history
Build PRs off the *main* branch
  • Loading branch information
ndw committed Feb 9, 2023
2 parents 0d31237 + 344f4a4 commit b0fc3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request_target:
types: [assigned, opened, edited, synchronize, reopened]
branches:
- master
- main
jobs:
check_branch:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0fc3b2

Please sign in to comment.