Run jobs for every branch

This commit is contained in:
Will Faught
2023-02-19 13:41:29 -08:00
parent be57840742
commit c0b81aaa61

View File

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