Skip to content

Commit bbaed80

Browse files
authored
Merge pull request #46 from Teamwork/run-test-workflow-on-any-pr-event
Run test workflow for any PR event
2 parents 7806fdf + 8a3471c commit bbaed80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<!-- 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. -->
22

3-
Fixes # (issue)
3+
[Test Task](https://twtest.teamwork.com/#/tasks/20613952) <!-- Dummy test task to make sure the test job runs - replace with real link where necessary. -->

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: teamwork
22

33
on:
44
pull_request:
5-
types: [opened, closed]
65
pull_request_review:
76
types: [submitted, dismissed]
87

0 commit comments

Comments
 (0)