Merge pull request #8692 from mxpv/merge-queues

Don't run CI on push
This commit is contained in:
Derek McGowan 2023-06-14 18:11:04 +00:00 committed by GitHub
commit 70f30b2e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,8 @@ on:
# When added to a merge queue. # When added to a merge queue.
# See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions # See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions
merge_group: merge_group:
push:
branches:
- main
- "release/**"
pull_request: pull_request:
branches: branches: ['main', 'release/**']
- main
- "release/**"
env: env:
# Go version we currently use to build containerd across all CI. # Go version we currently use to build containerd across all CI.