Skip to content

Commit

Permalink
Fix GitHub Pages workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho committed Jun 9, 2023
1 parent 5b1cdee commit bfa4406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test deployment
on:
pull_request:
branches:
- main
- master

jobs:
test-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- master
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand Down

0 comments on commit bfa4406

Please sign in to comment.