Skip to content

Commit 123a7f7

Browse files
committed
Add explanatory comments
1 parent 3af01b9 commit 123a7f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: CI
33
on:
44
push:
55
branches-ignore:
6-
- gh-readonly-queue/**
7-
- autodeps/**
8-
- pre-commit-ci-update-config
6+
# these branches always have another event associated
7+
- gh-readonly-queue/** # GitHub's merge queue uses `merge_group`
8+
- autodeps/** # autodeps always makes a PR
9+
- pre-commit-ci-update-config # pre-commit.ci's updates always have a PR
910
pull_request:
1011
merge_group:
1112

0 commit comments

Comments
 (0)