mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix Double Push (#6889)
This commit is contained in:
parent
b0f1fa66ef
commit
2088645b69
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
7
.github/workflows/shaders.yml
vendored
7
.github/workflows/shaders.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user