From 4b40344789c78737351c61cf9ab0b6c9bb4ccd80 Mon Sep 17 00:00:00 2001 From: Nicholas Griffin Date: Fri, 28 Jun 2024 14:00:49 +0100 Subject: [PATCH] docs should only be published from main --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 177277c..53956e3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main", "canary", "*.x"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: