mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-21 23:38:03 +01:00
Fix branch name in action
This commit is contained in:
parent
f983b6ec3c
commit
39121679c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/hugo.yaml
vendored
2
.github/workflows/hugo.yaml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
# 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:
|
||||||
|
|
Loading…
Reference in a new issue