Update static.yml
This commit is contained in:
parent
8d48f711ee
commit
7263b0c8dd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/static.yml
vendored
6
.github/workflows/static.yml
vendored
|
@ -3,9 +3,9 @@ name: Deploy static content to Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
push:
|
# push:
|
||||||
branches: ["main"]
|
# branches: ["main"]
|
||||||
|
|
||||||
# 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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue