[Github][libcxx] Run Container Build Workflow on Stacked PRs (#150683)
Currently the container build workflow does not run on stacked PRs that do not have a branch target of main because of how the workflow is configured. This makes the workflow better confirm to the LLVM CI best practices around Github workflows: https://llvm.org/docs/CIBestPractices.html#ensuring-workflows-run-on-the-correct-events
This commit is contained in:
parent
bc19aedba2
commit
fd65b2097b
@ -18,8 +18,6 @@ on:
|
||||
- 'libcxx/utils/ci/**'
|
||||
- '.github/workflows/libcxx-build-containers.yml'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'libcxx/utils/ci/**'
|
||||
- '.github/workflows/libcxx-build-containers.yml'
|
||||
|
Loading…
x
Reference in New Issue
Block a user