fixing branch

This commit is contained in:
Marston Connell 2023-04-27 10:32:02 -04:00
parent 0b5cadb108
commit 74cde3c2f7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@ name: Test deployment
on:
pull_request:
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