Merge pull request #203 from Scrumplex/fix-dont-build-renove-branches
Don't build renovate branches
This commit is contained in:
commit
bd376d5217
2
.github/workflows/trigger_builds.yml
vendored
2
.github/workflows/trigger_builds.yml
vendored
@ -3,7 +3,7 @@ name: Build Application
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'stable'
|
||||
- 'renovate/**'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**/LICENSE'
|
||||
|
Loading…
Reference in New Issue
Block a user