diff options
author | Li Jin <dragon-fly@qq.com> | 2023-05-17 15:14:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 15:14:06 +0800 |
commit | f9eab26c8e9618c5cd9af87ed04d70ace2198e67 (patch) | |
tree | 30ae842c76318ca77409d272fbfc830581514836 /.github/workflows/static.yml | |
parent | 4bd1513262a61071b07f5efe2a3cb9356ce6c8c2 (diff) | |
download | yuescript-f9eab26c8e9618c5cd9af87ed04d70ace2198e67.tar.gz yuescript-f9eab26c8e9618c5cd9af87ed04d70ace2198e67.tar.bz2 yuescript-f9eab26c8e9618c5cd9af87ed04d70ace2198e67.zip |
Update static.yml
Diffstat (limited to '')
-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: |