diff --git a/.github/workflows/build_deploy_master.yml b/.github/workflows/build_deploy_master.yml index 0809dbf..b98ce51 100644 --- a/.github/workflows/build_deploy_master.yml +++ b/.github/workflows/build_deploy_master.yml @@ -3,10 +3,6 @@ name: Build & Deploy to Pages on: push: branches: [ master ] - pull_request: - types: [closed] - branches: - - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: