diff --git a/.github/workflows/build_deploy_master.yml b/.github/workflows/build_deploy_master.yml index c05b01e..9790912 100644 --- a/.github/workflows/build_deploy_master.yml +++ b/.github/workflows/build_deploy_master.yml @@ -3,7 +3,7 @@ name: Deploy TLSnotary landing page to GitHub Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: