Skip to content

Commit 1b1b5d5

Browse files
committed
Add coverage export workflow
1 parent 3df9e30 commit 1b1b5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/export_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
workflows: ["lint_and_test.yml"]
88
types:
99
- completed
10-
# branches: # Only run for completions on these branches of the source workflow
11-
# - update-readme # Or your primary development branch
10+
branches: # Only run for completions on these branches of the source workflow
11+
- update-readme # Or your primary development branch
1212

1313
jobs:
1414
export-coverage:

0 commit comments

Comments
 (0)