Skip to content

Commit 4c39134

Browse files
authored
ci: don't run needless push jobs for Dependabot PR (#45)
1 parent 8e4a09e commit 4c39134

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test
22
on:
33
- push
4+
branches:
5+
- '**'
6+
- '!dependabot/**'
47
- pull_request
58
jobs:
69
unit:

0 commit comments

Comments
 (0)