mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(ci): standardize filter syntax in CI pipeline configuration
This commit is contained in:
parent
69987b01ec
commit
c64b34cc59
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci-pipeline.yml
vendored
10
.github/workflows/ci-pipeline.yml
vendored
|
@ -25,11 +25,11 @@ jobs:
|
|||
with:
|
||||
filters: |
|
||||
relevant:
|
||||
!**.md
|
||||
!.gitignore
|
||||
!.gitattributes
|
||||
!.vscode/**
|
||||
!.env.example
|
||||
- '!**.md'
|
||||
- '!.gitignore'
|
||||
- '!.gitattributes'
|
||||
- '!.vscode/**'
|
||||
- '!.env.example'
|
||||
|
||||
setup:
|
||||
name: Setup Dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue