Skip to content

Commit

Permalink
Don't Run CI On Trunk (#6886)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored Jan 10, 2025
1 parent dc9b2eb commit c655d52
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 @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: ["*"]
branches-ignore: ["trunk"]
tags: [v0.*]
pull_request:
merge_group:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Shaders

on:
push:
branches: ["*"]
branches-ignore: ["trunk"]
tags: [v0.*]
pull_request:
merge_group:
Expand Down

0 comments on commit c655d52

Please sign in to comment.