diff options
author | Li Jin <dragon-fly@qq.com> | 2021-03-12 15:13:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 15:13:19 +0800 |
commit | de2227016f0fd3e19e37a2b3cf60ec12407d5a70 (patch) | |
tree | 95c6e5296c30d1ac23c39b30eda08bd457e8788b /.github/workflows | |
parent | ace4abab54a75138d6b64a82d9ddcfb4ef03e29b (diff) | |
download | yuescript-de2227016f0fd3e19e37a2b3cf60ec12407d5a70.tar.gz yuescript-de2227016f0fd3e19e37a2b3cf60ec12407d5a70.tar.bz2 yuescript-de2227016f0fd3e19e37a2b3cf60ec12407d5a70.zip |
Update windows.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 03cec28..6b41ec5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -3,6 +3,7 @@ name: Windows | |||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
5 | branches: [ main ] | 5 | branches: [ main ] |
6 | tags: 'v*.*.*' | ||
6 | pull_request: | 7 | pull_request: |
7 | branches: [ main ] | 8 | branches: [ main ] |
8 | workflow_dispatch: | 9 | workflow_dispatch: |