Skip to content

Commit

Permalink
Fix condition syntax in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari authored Sep 15, 2024
1 parent 2b20ae7 commit b808458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

publish:
needs: test
if: github.event_name == 'push'
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b808458

Please sign in to comment.