removing triggers from staging
This commit is contained in:
parent
1409374de2
commit
b3afac528f
12
.github/workflows/pages.yml
vendored
12
.github/workflows/pages.yml
vendored
@ -1,13 +1,13 @@
|
|||||||
# Sample workflow for building and deploying a Hugo site to GitHub Pages
|
# Sample workflow for building and deploying a Hugo site to GitHub Pages
|
||||||
name: Deploy Hugo site to Staging (Pages)
|
name: Deploy Hugo site to Staging (Pages)
|
||||||
|
|
||||||
on:
|
on: {}
|
||||||
# Runs on pushes targeting the default branch
|
# # Runs on pushes targeting the default branch
|
||||||
push:
|
# push:
|
||||||
branches: ["master"]
|
# branches: ["master"]
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# # Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
|
|
||||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
Reference in New Issue
Block a user