Skip to content

Commit 9192e16

Browse files
committed
ci: Add PR trigger for testing
1 parent 5207b0f commit 9192e16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage-nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
workflow_dispatch:
99
# Allow being called from other workflows
1010
workflow_call:
11+
# Run on pull requests for testing
12+
pull_request:
1113

1214
concurrency:
1315
group: coverage-${{ github.ref }}

0 commit comments

Comments
 (0)