mirror of
https://github.com/quatalog/site.git
synced 2024-12-27 07:27:23 +00:00
Update deploy.yml
This commit is contained in:
parent
af203f1e9a
commit
3f7877d48e
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue