aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-10-22 10:59:49 +0200
committerGitHub <noreply@github.com>2022-10-22 10:59:49 +0200
commitbd376d5217905ac4dcfd7700c8eba2989b03fa7e (patch)
treea48d5e8746a0c447f120994e8ece7359e9e63d5b
parent7a8c9637225f457d4648a00ff7d8031acd403730 (diff)
parent919f8c54d74f81e7144d8a18a1ef068e3538f458 (diff)
downloadPrismLauncher-bd376d5217905ac4dcfd7700c8eba2989b03fa7e.tar.gz
PrismLauncher-bd376d5217905ac4dcfd7700c8eba2989b03fa7e.tar.bz2
PrismLauncher-bd376d5217905ac4dcfd7700c8eba2989b03fa7e.zip
Merge pull request #203 from Scrumplex/fix-dont-build-renove-branches
Don't build renovate branches
-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'