Skip to content

Commit

Permalink
enable deployment on main
Browse files Browse the repository at this point in the history
  • Loading branch information
nmheim committed Feb 20, 2024
1 parent 38ddfd3 commit c4085f0
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 @@ -56,7 +56,7 @@ jobs:

# Deployment job
deploy:
if: github.event.pull_request.base.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit c4085f0

Please sign in to comment.