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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue