From 8c6b5ba21560cc0b64f48f9cfad9bff34dbf4eee Mon Sep 17 00:00:00 2001 From: Kurt Lust Date: Fri, 8 Mar 2024 17:13:47 +0100 Subject: [PATCH] Corrections to the yaml file for a github action. --- .github/workflows/push-deploy-main-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-deploy-main-tag.yml b/.github/workflows/push-deploy-main-tag.yml index a8bba724ad..943406e616 100644 --- a/.github/workflows/push-deploy-main-tag.yml +++ b/.github/workflows/push-deploy-main-tag.yml @@ -1,10 +1,10 @@ --- # documentation: https://help.github.com/en/articles/workflow-syntax-for-github-actions -name: tag-based on pupsh automatic deploy of the LUMI Software Library +name: tag-based on push automatic deploy of the LUMI Software Library on: push: tags: - - '*'' + - '*' permissions: contents: write # to fetch code (actions/checkout) + deploy docs to GitHub Pages (gh-pages branch) jobs: