Skip to content

Commit

Permalink
Merge pull request #46 from Teamwork/run-test-workflow-on-any-pr-event
Browse files Browse the repository at this point in the history
Run test workflow for any PR event
  • Loading branch information
Flexicon authored Aug 9, 2021
2 parents 7806fdf + 8a3471c commit bbaed80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->

Fixes # (issue)
[Test Task](https://twtest.teamwork.com/#/tasks/20613952) <!-- Dummy test task to make sure the test job runs - replace with real link where necessary. -->
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: teamwork

on:
pull_request:
types: [opened, closed]
pull_request_review:
types: [submitted, dismissed]

Expand Down

0 comments on commit bbaed80

Please sign in to comment.