Skip to content

Commit

Permalink
fix actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Oct 22, 2023
1 parent cbc0c13 commit 6724db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
if: ${{ GITHUB_REF === 'main' }}
if: ${{ $GITHUB_REF === 'main' }}
needs: build
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6724db5

Please sign in to comment.