Run jobs for every branch

master
Will Faught 2 years ago
parent be57840742
commit c0b81aaa61

@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
branches: ["**"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Loading…
Cancel
Save