Skip to content

Commit

Permalink
ci: fix githut action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tomowang committed Oct 27, 2023
1 parent 7d9fb54 commit b63cd34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches:
- master
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit b63cd34

Please sign in to comment.