We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b2e77 commit b15113eCopy full SHA for b15113e
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
deploy:
22
needs: test
23
# Only runs on if it's a push event on main
24
- if: github.event_name == 'push' && github.refs == 'refs/heads/main'
+ if: ${{ github.event_name == 'push' && github.refs == 'refs/heads/main' }}
25
runs-on: ubuntu-latest
26
steps:
27
- run: echo "Hi"
0 commit comments