We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c098db7 commit 4d56122Copy full SHA for 4d56122
.github/workflows/bake.yml
@@ -25,12 +25,11 @@ jobs:
25
- name: Check for changes
26
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
27
id: filter
28
- # Remember to add new folders in the operator-changed filter if needed
29
with:
30
base: ${{ (github.event_name == 'schedule') && 'main' || '' }}
31
filters: |
32
pgvector:
33
- - 'pgvector/*'
+ - 'pgvector/**'
34
35
# Compute a matrix containing the list of all extensions that have been modified
36
- name: Compute matrix
0 commit comments