Skip to content

Commit

Permalink
Comment on PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Aug 29, 2024
1 parent f932745 commit b5a9b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull Request Testing

on:
pull_request:
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.

defaults:
run:
Expand Down

0 comments on commit b5a9b49

Please sign in to comment.