diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0ba82305f82..b9c9160f808 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["gh-pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: