diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-22 10:59:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 10:59:49 +0200 |
commit | bd376d5217905ac4dcfd7700c8eba2989b03fa7e (patch) | |
tree | a48d5e8746a0c447f120994e8ece7359e9e63d5b /.github/workflows/trigger_builds.yml | |
parent | 7a8c9637225f457d4648a00ff7d8031acd403730 (diff) | |
parent | 919f8c54d74f81e7144d8a18a1ef068e3538f458 (diff) | |
download | PrismLauncher-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
Diffstat (limited to '.github/workflows/trigger_builds.yml')
-rw-r--r-- | .github/workflows/trigger_builds.yml | 2 |
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' |