diff --git a/.github/workflows/website-deploy-test.yml b/.github/workflows/website-deploy-test.yml index cf5e4ef..14acd5c 100644 --- a/.github/workflows/website-deploy-test.yml +++ b/.github/workflows/website-deploy-test.yml @@ -3,7 +3,7 @@ name: Test deployment on: pull_request: branches: - - main + - master jobs: test-deploy: diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index d1daa62..9666fc6 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -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