Skip to content

Commit

Permalink
Merge pull request #44 from progval/patch-3
Browse files Browse the repository at this point in the history
deploy: Only deploy from pushes to 'master' branch
  • Loading branch information
moranegg authored May 25, 2023
2 parents 4657e7f + 6a79bdc commit ed5b6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Hugo site to GitHub Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main", "master"] # TODO: decide on a final branch name
branches: ["master"]

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

0 comments on commit ed5b6be

Please sign in to comment.