diff options
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a94d42e7d..e1c5e9165 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: - '*' - '!rc/*' - ignore-paths: + paths-ignore: - 'doc/**' - 'MANUAL.txt' - '*.md' @@ -20,7 +20,7 @@ on: - 'windows/**' - 'man/**' pull_request: - ignore-paths: + paths-ignore: - 'doc/**' - 'MANUAL.txt' - '*.md' |