diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ab2ccdb..4b2fd5c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -3,12 +3,12 @@ name: Deploy static content to Pages # Run events on: - # On push - push: - branches: ["main"] - # On pull - pull_request: - branches: ["main"] + # # On push + # push: + # branches: ["main"] + # # On pull + # pull_request: + # branches: ["main"] # Add manual trigger from Actions tab workflow_dispatch: # Schedule run at 9 AM UTC every day