We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0760f commit f69e0fdCopy full SHA for f69e0fd
1 file changed
.github/workflows/test-with-coverage.yml
@@ -2,6 +2,11 @@ name: test-with-coverage
2
on:
3
pull_request:
4
branches: [ master ]
5
+ push:
6
+ branches:
7
+ - master
8
+ tags-ignore:
9
+ - '*.*'
10
11
jobs:
12
test:
0 commit comments