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:
filters: |
relevant:
!**.md
!.gitignore
!.gitattributes
!.vscode/**
!.env.example
- '!**.md'
- '!.gitignore'
- '!.gitattributes'
- '!.vscode/**'
- '!.env.example'
setup:
name: Setup Dependencies