From 129a9ed836ab88a9bdb9550602619cb17c4cdb94 Mon Sep 17 00:00:00 2001 From: hahnec Date: Tue, 5 Jul 2022 11:53:48 +0200 Subject: [PATCH] chore(dev): forbid app bundling for master branch --- .github/workflows/gh_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh_actions.yml b/.github/workflows/gh_actions.yml index c8d2530..ecdc0ac 100644 --- a/.github/workflows/gh_actions.yml +++ b/.github/workflows/gh_actions.yml @@ -154,7 +154,7 @@ jobs: app_bundling: name: App Bundling needs: unit_test - if: github.event_name == 'push' + if: github.event_name == 'push' && ne(github.ref, 'refs/heads/master') runs-on: ${{ matrix.os }} strategy: matrix: