Fix Double Push (#6889)

This commit is contained in:
Connor Fitzgerald 2025-01-10 13:16:59 -05:00 committed by GitHub
parent b0f1fa66ef
commit 2088645b69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View File

@ -2,7 +2,12 @@ name: CI
on:
push:
branches-ignore: ["trunk"]
branches-ignore: [
# CI is running on the merge queue, so we don't need to run on trunk at all.
"trunk",
# This is the branch the merge queue creates.
"gh-readonly-queue/*"
]
tags: [v0.*]
pull_request:
merge_group:

View File

@ -2,7 +2,12 @@ name: Shaders
on:
push:
branches-ignore: ["trunk"]
branches-ignore: [
# CI is running on the merge queue, so we don't need to run on trunk at all.
"trunk",
# This is the branch the merge queue creates.
"gh-readonly-queue/*"
]
tags: [v0.*]
pull_request:
merge_group: