We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277a4e2 commit 9704b60Copy full SHA for 9704b60
.github/workflows/test.yml
@@ -3,8 +3,8 @@ name: Test
3
on:
4
pull_request:
5
push:
6
- branches-ignore:
7
- - 'dependabot/**'
+ branches:
+ - master
8
schedule:
9
- cron: '0 6 * * *'
10
0 commit comments