Skip to content

Commit

Permalink
fix: re-enable dev branch and dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza committed Jul 10, 2024
1 parent 45936b3 commit 89968b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Deploy Hugo site to Pages
on:
push:
branches: ["main"]
branches: ["main", "astromechza-patch-1"]
paths-ignore:
- README.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
workflow_dispatch:

permissions:
contents: read
pages: write
Expand Down

0 comments on commit 89968b6

Please sign in to comment.