Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Dec 19, 2024
1 parent aa55adc commit 9560a7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,24 @@ jobs:
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: filter
with:
predicate-quantifier: every
filters: |
charts:
- charts/nginx-gateway-fabric/**/*
docs: &docs
- design/**
- docs/**
design: &design
- design/**
examples: &examples
- examples/**
site: &site
- site/**
code:
- '**'
- '!*docs'
- '!*design'
- '!*examples'
- '!*site'
- name: Output Variables
id: vars
Expand Down
Empty file added docs/test
Empty file.

0 comments on commit 9560a7a

Please sign in to comment.