Skip to content

Commit 3af01b9

Browse files
committed
Update ignored branches for GHA's push trigger
1 parent 2a7af44 commit 3af01b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: CI
33
on:
44
push:
55
branches-ignore:
6-
- "dependabot/**"
6+
- gh-readonly-queue/**
7+
- autodeps/**
8+
- pre-commit-ci-update-config
79
pull_request:
810
merge_group:
911

0 commit comments

Comments
 (0)