fix(ci): standardize filter syntax in CI pipeline configuration

This commit is contained in:
taroj1205 2025-06-22 17:51:43 +12:00
parent 69987b01ec
commit c64b34cc59
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7

View file

@ -25,11 +25,11 @@ jobs:
with: with:
filters: | filters: |
relevant: relevant:
!**.md - '!**.md'
!.gitignore - '!.gitignore'
!.gitattributes - '!.gitattributes'
!.vscode/** - '!.vscode/**'
!.env.example - '!.env.example'
setup: setup:
name: Setup Dependencies name: Setup Dependencies