Skip to content

Commit d818ba6

Browse files
committed
Don't run CI on dependabot branches
Currenly CI is run twice for each update initiated by dependabot. Once on the PR and once on the branch.
1 parent baffa98 commit d818ba6

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)