diff options
author | Li Jin <dragon-fly@qq.com> | 2021-02-23 15:41:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 15:41:31 +0800 |
commit | 313552bc40e2e29ae2add0a8e598411a0a196cb8 (patch) | |
tree | 583a842a2957a4cefee27ea28b6998b1dad0566c | |
parent | 05eb6b1e74de47c33f5d7a5b467482b3696fa208 (diff) | |
download | yuescript-313552bc40e2e29ae2add0a8e598411a0a196cb8.tar.gz yuescript-313552bc40e2e29ae2add0a8e598411a0a196cb8.tar.bz2 yuescript-313552bc40e2e29ae2add0a8e598411a0a196cb8.zip |
Update ubuntu.yml
-rw-r--r-- | .github/workflows/ubuntu.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index cef75ed..81de782 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml | |||
@@ -2,9 +2,9 @@ name: Ubuntu | |||
2 | 2 | ||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
5 | branches: [ master ] | 5 | branches: [ main ] |
6 | pull_request: | 6 | pull_request: |
7 | branches: [ master ] | 7 | branches: [ main ] |
8 | workflow_dispatch: | 8 | workflow_dispatch: |
9 | 9 | ||
10 | jobs: | 10 | jobs: |