Skip to content

Commit ca88751

Browse files
committed
Tweak workflow triggers
1 parent 716b36d commit ca88751

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
branches:
66
- master
77
pull_request:
8+
types: [assigned, opened, synchronize, reopened]
89
release:
10+
types: [created]
911

1012
jobs:
1113

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
branches:
66
- master
77
pull_request:
8+
types: [assigned, opened, synchronize, reopened]
89
release:
10+
types: [created]
911

1012
jobs:
1113
coverage:

0 commit comments

Comments
 (0)