We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af01b9 commit 123a7f7Copy full SHA for 123a7f7
.github/workflows/ci.yml
@@ -3,9 +3,10 @@ name: CI
3
on:
4
push:
5
branches-ignore:
6
- - gh-readonly-queue/**
7
- - autodeps/**
8
- - pre-commit-ci-update-config
+ # these branches always have another event associated
+ - gh-readonly-queue/** # GitHub's merge queue uses `merge_group`
+ - autodeps/** # autodeps always makes a PR
9
+ - pre-commit-ci-update-config # pre-commit.ci's updates always have a PR
10
pull_request:
11
merge_group:
12
0 commit comments