Skip to content

Commit

Permalink
Fix Double Push (#6890)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored Jan 10, 2025
1 parent 2088645 commit 450ac2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 450ac2d

Please sign in to comment.