fix: don't build renovate branches

They will be built using the pull_requests event anyway.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2022-10-21 17:42:18 +02:00
parent cbaf71f581
commit 919f8c54d7
No known key found for this signature in database
GPG Key ID: C10411294912A422

View File

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