ci: remove branch filter to support stacked PRs (#786)
This commit is contained in:
parent
7e75d5d762
commit
f6a09d4c34
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
|
||||||
# Cancel in-progress runs for pull requests when developers push new changes
|
# Cancel in-progress runs for pull requests when developers push new changes
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user