From a236f6764febb24a840be437ba6d5707f7111756 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 18 Dec 2023 21:12:52 +0100 Subject: [PATCH] fix(actions): final? syntax error for docs-deploy --- .github/workflows/docs-deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 6f0116a..b691397 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -4,8 +4,7 @@ on: # If specified, the workflow will be triggered automatically once you push to the `main` branch. # Replace `main` with your branch’s name push: - tags: - - *-docs + branches: ["main"] # Specify to run a workflow manually from the Actions tab on GitHub workflow_dispatch: