We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f932745 commit b5a9b49Copy full SHA for b5a9b49
.github/workflows/build_and_test_pr.yml
@@ -2,7 +2,7 @@ name: Pull Request Testing
2
3
on:
4
pull_request:
5
- branches: [ develop ] # run this on any PR pointing to develop
+ branches: [ develop ] # TODO: Run this on any PR, and compare to baseline branch, not necessarily develop. Also perhaps non-draft PRs only.
6
7
defaults:
8
run:
0 commit comments