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 8e4a09e commit 4c39134Copy full SHA for 4c39134
.github/workflows/test.yml
@@ -1,6 +1,9 @@
1
name: Test
2
on:
3
- push
4
+ branches:
5
+ - '**'
6
+ - '!dependabot/**'
7
- pull_request
8
jobs:
9
unit:
0 commit comments