mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
added on trigger to the upload-pages-artifact.yaml
This commit is contained in:
parent
c62f9934d6
commit
e4f5f1268b
1 changed files with 9 additions and 0 deletions
9
.github/workflows/upload-pages-artifact.yaml
vendored
9
.github/workflows/upload-pages-artifact.yaml
vendored
|
@ -1,4 +1,13 @@
|
||||||
name: "Upload GitHub Pages artifact"
|
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"
|
description: "A composite action that prepares your static assets to be deployed to GitHub Pages"
|
||||||
author: "GitHub"
|
author: "GitHub"
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue