Skip to content

Commit b5a9b49

Browse files
committed
Comment on PR workflow
1 parent f932745 commit b5a9b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pull Request Testing
22

33
on:
44
pull_request:
5-
branches: [ develop ] # run this on any PR pointing to develop
5+
branches: [ develop ] # TODO: Run this on any PR, and compare to baseline branch, not necessarily develop. Also perhaps non-draft PRs only.
66

77
defaults:
88
run:

0 commit comments

Comments
 (0)