diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b46466c..c12b5cf 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -3,7 +3,7 @@ name: Build and Test on: pull_request: branches: - - main + - master workflow_dispatch: jobs: diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 84897b3..ebfcdec 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - main + - master workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages