Skip to content

Commit b15113e

Browse files
authored
Update publish.yml
1 parent 50b2e77 commit b15113e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
deploy:
2222
needs: test
2323
# Only runs on if it's a push event on main
24-
if: github.event_name == 'push' && github.refs == 'refs/heads/main'
24+
if: ${{ github.event_name == 'push' && github.refs == 'refs/heads/main' }}
2525
runs-on: ubuntu-latest
2626
steps:
2727
- run: echo "Hi"

0 commit comments

Comments
 (0)