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:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["main"]
|
||||
# push:
|
||||
# branches: ["main"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Reference in a new issue