We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e2cd7 commit 050b26bCopy full SHA for 050b26b
.github/workflows/coverage.yml
@@ -1,6 +1,11 @@
1
name: coverage
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - 'main'
7
+ - 'master'
8
+ pull_request:
9
10
jobs:
11
coverage:
.github/workflows/tests.yml
@@ -2,6 +2,9 @@ name: tests
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
0 commit comments