From e4f5f1268b9e825d1d4a2594f46d5e473b5442ab Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:00:40 +0200 Subject: [PATCH] added on trigger to the upload-pages-artifact.yaml --- .github/workflows/upload-pages-artifact.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/upload-pages-artifact.yaml b/.github/workflows/upload-pages-artifact.yaml index 9ee0b52..34b8174 100644 --- a/.github/workflows/upload-pages-artifact.yaml +++ b/.github/workflows/upload-pages-artifact.yaml @@ -1,4 +1,13 @@ name: "Upload GitHub Pages artifact" + +on: + # Trigger the workflow every time you push to the `main` branch + # Using a different branch name? Replace `main` with your branch’s name + push: + branches: [ main ] + # Allows you to run this workflow manually from the Actions tab on GitHub. + workflow_dispatch: + description: "A composite action that prepares your static assets to be deployed to GitHub Pages" author: "GitHub" inputs: