Skip to content

Commit

Permalink
Build on every commit to main
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Sep 17, 2024
1 parent 77fe639 commit 1d76f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
cp -r img build/
- name: Deploy
if: github.event_name == 'push' && github.ref_type == 'tag'
if: github.event_name == 'push' && github.ref_name == 'main'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build


0 comments on commit 1d76f1b

Please sign in to comment.