Skip to content

Commit 3fd741c

Browse files
authored
Update CI (#8)
1 parent f87ab1e commit 3fd741c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: CI
22

33
on:
44
push:
5+
branches-ignore: [
6+
# We don't need to run on renovate PRs.
7+
"renovate/**",
8+
# This is the branch the merge queue creates.
9+
"gh-readonly-queue/**",
10+
]
511
pull_request:
612

713
env:

0 commit comments

Comments
 (0)