Skip to content

Commit 30a07cc

Browse files
authored
Update coverage.yml
Trigger coverage testing on pull requests.
1 parent 44b72fe commit 30a07cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ on:
88
- '**/*.swift'
99
- '.github/workflows/coverage.yml'
1010
- '!Examples/**/*.swift'
11+
pull_request:
12+
branches:
13+
- main
14+
paths:
15+
- '**/*.swift'
16+
- '.github/workflows/coverage.yml'
17+
- '!Examples/**/*.swift'
1118
workflow_dispatch:
1219

1320
jobs:

0 commit comments

Comments
 (0)