Skip to content

Commit

Permalink
Enable CI and validation jobs for merge queues (bevyengine#7921)
Browse files Browse the repository at this point in the history
  • Loading branch information
cart authored and Shfty committed Mar 19, 2023
1 parent 3a1a6a1 commit 6273170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
merge_group:
pull_request:
push:
branches-ignore:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validation-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: validation jobs

on:
merge_group:
push:
branches:
- staging
Expand Down

0 comments on commit 6273170

Please sign in to comment.