diff options
-rw-r--r-- | .github/workflows/windows-ci.yml (renamed from .github/workflows/ci.yml) | 4 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 4 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: @@ -1,6 +1,6 @@ # CruUI - +[](https://github.com/crupest/cru/actions/workflows/macos-ci.yml) ## overview |