Skip to content

Commit

Permalink
run on PRs to ensure it is passing (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf authored Jul 11, 2024
1 parent e7361b1 commit c19725b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website_create_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Create and Deploy Prod HTML site
# Includes building automatically when either of the relevant JSON files update on the main branch or on the push of a button
on:
pull_request:
workflow_dispatch:
push:
branches:
Expand Down Expand Up @@ -36,6 +37,7 @@ jobs:
# already in the deploy folder.
# for now, don't create individual drawer pages
- name: Deploy 🚀
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: website/deploy # The folder the action should deploy.
Expand Down

0 comments on commit c19725b

Please sign in to comment.