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:
push:
branches:
- hugo
branches: [master]
jobs:
deploy:

View File

@ -1,7 +1,7 @@
name: Build and Deploy
on:
push:
branches: [master]
branches: [gh-pages]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: