Fix Double Push (#6890)

This commit is contained in:
Connor Fitzgerald 2025-01-10 14:47:25 -05:00 committed by GitHub
parent 2088645b69
commit 450ac2d05d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
# 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/*"
"gh-readonly-queue/**"
]
tags: [v0.*]
pull_request:

View File

@ -6,7 +6,7 @@ on:
# 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/*"
"gh-readonly-queue/**"
]
tags: [v0.*]
pull_request: