disable static deploy task
This commit is contained in:
parent
473e7438a8
commit
fa09bfa2ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/static.yml
vendored
4
.github/workflows/static.yml
vendored
|
|
@ -3,8 +3,8 @@ 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…
Reference in a new issue