mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
[CI][Github] Only run CI Checks Workflow on Push for Main
Currently the check-ci workflow runs on the push event as well regardless of the branch which means the workflow runs twice on stacked PRs. Not a big deal, but a bit weird to see the same workflow running twice in a PR.
This commit is contained in:
2
.github/workflows/check-ci.yml
vendored
2
.github/workflows/check-ci.yml
vendored
@@ -5,6 +5,8 @@ permissions:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '.ci/**'
|
||||
- '.github/workflows/check-ci.yml'
|
||||
|
||||
Reference in New Issue
Block a user