Reorder merge group and remove branch filter (#7923)

This commit is contained in:
Carter Anderson 2023-03-05 21:31:02 -08:00 committed by GitHub
parent 6c1e3b9472
commit 2d38431ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -1,14 +1,12 @@
name: CI
on:
merge_group:
branches:
- main
pull_request:
push:
branches-ignore:
- 'dependabot/**'
- staging-squash-merge.tmp
merge_group:
env:
CARGO_TERM_COLOR: always

View file

@ -1,14 +1,12 @@
name: validation jobs
on:
merge_group:
branches:
- main
push:
branches:
- staging
- trying
- main
merge_group:
env:
CARGO_TERM_COLOR: always