Skip to content

Commit

Permalink
Merge pull request #6 from neuroinformatics-unit/build
Browse files Browse the repository at this point in the history
Build on every commit to main
  • Loading branch information
sfmig authored Sep 17, 2024
2 parents 77fe639 + 1d76f1b commit e6bd509
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 e6bd509

Please sign in to comment.