Skip to content

Commit c655d52

Browse files
authored
Don't Run CI On Trunk (#6886)
1 parent dc9b2eb commit c655d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: ["*"]
5+
branches-ignore: ["trunk"]
66
tags: [v0.*]
77
pull_request:
88
merge_group:

.github/workflows/shaders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Shaders
22

33
on:
44
push:
5-
branches: ["*"]
5+
branches-ignore: ["trunk"]
66
tags: [v0.*]
77
pull_request:
88
merge_group:

0 commit comments

Comments
 (0)