mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[CI] Ignore dependabot/* branch pushes, build PRs only
This commit is contained in:
parent
9e1c574df5
commit
eee826f350
1 changed files with 2 additions and 0 deletions
2
.github/workflows/application.yml
vendored
2
.github/workflows/application.yml
vendored
|
|
@ -2,6 +2,8 @@ name: Application
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "*.md"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue