Skip to content

Commit

Permalink
chore(if): change if clause
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Jul 4, 2022
1 parent 97bce31 commit 751b888
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' && github.ref == 'refs/heads/develop'
if: github.event_name == 'push'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 751b888

Please sign in to comment.