Skip to content

Commit

Permalink
Adjust Workflow for master
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas authored Dec 2, 2023
1 parent 0612e66 commit bb45430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Deploy
needs: build
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/main'
if: github.ref === 'refs/heads/master'

steps:
- name: Download artifact
Expand Down

0 comments on commit bb45430

Please sign in to comment.