aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-21 17:42:18 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-10-21 17:42:39 +0200
commit919f8c54d74f81e7144d8a18a1ef068e3538f458 (patch)
tree793e6103205d42a81278dfa501b57341a4f2fa0e
parentcbaf71f5817582ed9be944f1439cbae218811962 (diff)
downloadPrismLauncher-919f8c54d74f81e7144d8a18a1ef068e3538f458.tar.gz
PrismLauncher-919f8c54d74f81e7144d8a18a1ef068e3538f458.tar.bz2
PrismLauncher-919f8c54d74f81e7144d8a18a1ef068e3538f458.zip
fix: don't build renovate branches
They will be built using the pull_requests event anyway. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--.github/workflows/trigger_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trigger_builds.yml b/.github/workflows/trigger_builds.yml
index 55b4fdd4..8adaa5e5 100644
--- a/.github/workflows/trigger_builds.yml
+++ b/.github/workflows/trigger_builds.yml
@@ -3,7 +3,7 @@ name: Build Application
on:
push:
branches-ignore:
- - 'stable'
+ - 'renovate/**'
paths-ignore:
- '**.md'
- '**/LICENSE'