diff options
-rw-r--r-- | .github/workflows/ci.yml | 58 |
1 files changed, 28 insertions, 30 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c0e817e9..fb0ca3b33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,37 +5,35 @@ on: branches: - '*' - '!rc/*' - paths: - - '*' - - '!doc/**' - - '!MANUAL.txt' - - '!*.md' - - '!RELEASE_CHECKLIST' - - '!BUGS' - - '!changelog' - - '!README.template' - - '!appveyor.yml' - - '!tools/**' - - '!linux/**' - - '!macos/**' - - '!windows/**' - - '!man/**' + ignore-paths: + - 'doc/**' + - 'MANUAL.txt' + - '*.md' + - 'RELEASE_CHECKLIST' + - 'BUGS' + - 'changelog' + - 'README.template' + - 'appveyor.yml' + - 'tools/**' + - 'linux/**' + - 'macos/**' + - 'windows/**' + - 'man/**' pull_request: - paths: - - '*' - - '!doc/**' - - '!MANUAL.txt' - - '!*.md' - - '!RELEASE_CHECKLIST' - - '!BUGS' - - '!changelog' - - '!README.template' - - '!appveyor.yml' - - '!tools/**' - - '!linux/**' - - '!macos/**' - - '!windows/**' - - '!man/**' + ignore-paths: + - 'doc/**' + - 'MANUAL.txt' + - '*.md' + - 'RELEASE_CHECKLIST' + - 'BUGS' + - 'changelog' + - 'README.template' + - 'appveyor.yml' + - 'tools/**' + - 'linux/**' + - 'macos/**' + - 'windows/**' + - 'man/**' jobs: linux: |