Skip to content

Commit 764d33d

Browse files
authored
Merge pull request #253 from LingMan/double_dependabot
Don't run CI on dependabot branches
2 parents af8f694 + d818ba6 commit 764d33d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22
on:
33
pull_request:
44
push:
5+
branches-ignore:
6+
- 'dependabot/**'
57
permissions:
68
contents: read
79
jobs:

0 commit comments

Comments
 (0)