Skip to content

Commit 8ca6964

Browse files
authored
fix(gha): create coverage on push to master (#46)
2 parents 5612697 + b204598 commit 8ca6964

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cron.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
workflow_dispatch:
44
schedule:
55
- cron: '0 0 1 * *'
6+
push:
7+
branches: [ master ]
68

79
permissions:
8-
actions: read
10+
actions: write
911
contents: write
1012

1113
jobs:

0 commit comments

Comments
 (0)