removing triggers from staging

This commit is contained in:
Andy Pack 2024-10-13 19:14:29 +01:00
parent 1409374de2
commit b3afac528f
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -1,13 +1,13 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Staging (Pages)
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
on: {}
# # Runs on pushes targeting the default branch
# push:
# branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# # Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions: