diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index abd8c4e..70d5ca4 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -25,11 +25,11 @@ jobs: with: filters: | relevant: - !**.md - !.gitignore - !.gitattributes - !.vscode/** - !.env.example + - '!**.md' + - '!.gitignore' + - '!.gitattributes' + - '!.vscode/**' + - '!.env.example' setup: name: Setup Dependencies