Merge pull request #203 from Scrumplex/fix-dont-build-renove-branches

Don't build renovate branches
This commit is contained in:
Sefa Eyeoglu 2022-10-22 10:59:49 +02:00 committed by GitHub
commit bd376d5217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Build Application
on:
push:
branches-ignore:
- 'stable'
- 'renovate/**'
paths-ignore:
- '**.md'
- '**/LICENSE'