diff options
Diffstat (limited to '.github')
-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: |