diff options
-rw-r--r-- | .github/workflows/static.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 9af434c..8cc1489 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml | |||
@@ -2,9 +2,6 @@ | |||
2 | name: Deploy static content to Pages | 2 | name: Deploy static content to Pages |
3 | 3 | ||
4 | on: | 4 | on: |
5 | # Runs on pushes targeting the default branch | ||
6 | push: | ||
7 | branches: ["main"] | ||
8 | 5 | ||
9 | # Allows you to run this workflow manually from the Actions tab | 6 | # Allows you to run this workflow manually from the Actions tab |
10 | workflow_dispatch: | 7 | workflow_dispatch: |