diff options
author | crupest <crupest@outlook.com> | 2021-12-13 21:20:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-13 21:20:27 +0800 |
commit | 770d0dbdcdc1e54f66c2ed2c8855a2f9cf2af61a (patch) | |
tree | acde102bfba4cfe69883ad769f1b6de1aefcb055 /.github/workflows | |
parent | 97c691162c39c9d592e418f07a1015f4032c2d86 (diff) | |
download | cru-770d0dbdcdc1e54f66c2ed2c8855a2f9cf2af61a.tar.gz cru-770d0dbdcdc1e54f66c2ed2c8855a2f9cf2af61a.tar.bz2 cru-770d0dbdcdc1e54f66c2ed2c8855a2f9cf2af61a.zip |
...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/windows-ci.yml (renamed from .github/workflows/ci.yml) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/windows-ci.yml index 599e59fc..4a3be7cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/windows-ci.yml @@ -1,17 +1,15 @@ -name: CI +name: Windows CI on: push: branches: [master] paths-ignore: - "docs/**" - - "drafts/**" - "**/README.md" pull_request: branches: [master] paths-ignore: - "docs/**" - - "drafts/**" - "**/README.md" jobs: |