Skip to content

Commit

Permalink
Merge pull request #296 from clermontech/ci-branch
Browse files Browse the repository at this point in the history
ci: the main branch is master
  • Loading branch information
krichprollsch authored Nov 6, 2024
2 parents 66bc19c + b7284b9 commit 1be4265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["master"]
# Daily build
schedule:
- cron: "0 0 * * *"
Expand Down

0 comments on commit 1be4265

Please sign in to comment.