Skip to content

Commit

Permalink
chore(dev): forbid app bundling for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Jul 5, 2022
1 parent 4473b9d commit 129a9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 129a9ed

Please sign in to comment.