Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
astone123 committed Oct 22, 2023
1 parent 5a114e5 commit ce8559e
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 ce8559e

Please sign in to comment.