Update deploy.yml

This commit is contained in:
powe97 2023-02-09 21:53:19 -05:00 committed by GitHub
parent af203f1e9a
commit 3f7877d48e
1 changed files with 1 additions and 1 deletions

View File

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