added on trigger to the upload-pages-artifact.yaml

This commit is contained in:
niclaz 2024-09-05 20:00:40 +02:00 committed by GitHub
parent c62f9934d6
commit e4f5f1268b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -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 branchs 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: