Skip to content

Commit

Permalink
chore: remove extra branch from deploy ci
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 5652a78 commit 237e9ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Deploy Hugo site to Pages
on:
push:
branches: ["main", "astromechza-patch-1"]
branches: ["main"]
paths-ignore:
- README.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 237e9ac

Please sign in to comment.