Skip to content

Commit

Permalink
fix(ne): use correct not equal operator
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Jul 5, 2022
1 parent 129a9ed commit eb77633
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' && ne(github.ref, 'refs/heads/master')
if: github.event_name == 'push' && github.ref != 'refs/heads/master'
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit eb77633

Please sign in to comment.