Skip to content

Commit fd6b0e5

Browse files
committed
ci: Ignore dependabot branches on push event trigger
1 parent b5f38e5 commit fd6b0e5

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)