diff options
author | Li Jin <dragon-fly@qq.com> | 2021-03-12 15:13:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 15:13:55 +0800 |
commit | 45374b29f9dbda2be3e2158972cb13e8eaa531f1 (patch) | |
tree | 95e64a8c8d26a4d480bc0bcaf05358756da96d89 | |
parent | 464260d626e8e89fe25cb6744530ff5e5e461c73 (diff) | |
download | yuescript-45374b29f9dbda2be3e2158972cb13e8eaa531f1.tar.gz yuescript-45374b29f9dbda2be3e2158972cb13e8eaa531f1.tar.bz2 yuescript-45374b29f9dbda2be3e2158972cb13e8eaa531f1.zip |
Update ubuntu.yml
-rw-r--r-- | .github/workflows/ubuntu.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 8a94573..69d4e30 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml | |||
@@ -3,6 +3,7 @@ name: Ubuntu | |||
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: |