mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Ignore upmerge branches CI build on push event
This commit is contained in:
parent
a10da71652
commit
de1423777d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci__minimal.yaml
vendored
4
.github/workflows/ci__minimal.yaml
vendored
|
|
@ -7,7 +7,9 @@ on:
|
|||
- "docs/**"
|
||||
- "*.md"
|
||||
workflow_dispatch: ~
|
||||
push: ~
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'upmerge/**'
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.workflow }}-${{ github.ref }}-minimal
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue