Skip to content

Commit 6c3e497

Browse files
authored
Merge pull request #347 from jajik/ci-dependabot-tweak
ci: Ignore dependabot branches on push event trigger
2 parents b5f38e5 + fd6b0e5 commit 6c3e497

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22
on:
33
push:
4+
branches-ignore:
5+
- 'dependabot/**'
46
paths-ignore:
57
- '.gitignore'
68
- '**.md'

0 commit comments

Comments
 (0)