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: