Skip to content

Commit 9704b60

Browse files
committed
[skip ci] Limit push runs to default branch
1 parent 277a4e2 commit 9704b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Test
33
on:
44
pull_request:
55
push:
6-
branches-ignore:
7-
- 'dependabot/**'
6+
branches:
7+
- master
88
schedule:
99
- cron: '0 6 * * *'
1010

0 commit comments

Comments
 (0)