Enable CI and validation jobs for merge queues (#7921)
This commit is contained in:
parent
729b829c77
commit
a27b14e7d5
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
pull_request:
|
||||
push:
|
||||
branches-ignore:
|
||||
|
||||
1
.github/workflows/validation-jobs.yml
vendored
1
.github/workflows/validation-jobs.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: validation jobs
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
push:
|
||||
branches:
|
||||
- staging
|
||||
|
||||
Loading…
Reference in New Issue
Block a user