Skip to content

Commit

Permalink
Update hugo-gh.yaml
Browse files Browse the repository at this point in the history
Change name of default branch
  • Loading branch information
bevans2000 authored Dec 30, 2024
1 parent 741c182 commit a2cc5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo-gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches:
- main
- master

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit a2cc5ba

Please sign in to comment.