changed push branch

This commit is contained in:
Corey 2022-05-24 15:47:07 -04:00
parent a376f740c2
commit 5c5f950bac
2 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,7 @@ name: Deploy to GitHub Pages
on: on:
push: push:
branches: branches: [master]
- hugo
jobs: jobs:
deploy: deploy:

View File

@ -1,7 +1,7 @@
name: Build and Deploy name: Build and Deploy
on: on:
push: push:
branches: [master] branches: [gh-pages]
# 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: