update gh workflow, more bulletproof

This commit is contained in:
Joshua Seigler 2022-10-09 23:38:30 -04:00
parent 17e25752a0
commit 7e97e336b0
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,8 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: