Compare commits

...

2 Commits

Author SHA1 Message Date
Zoltan Burgermeiszter
bc541aa1be
Merge 5586e38bf4 into 9d7afb8d21 2026-03-12 16:04:08 -07:00
Zoltan Burgermeiszter
5586e38bf4
Matrix job path fix 2024-04-18 18:49:09 +01:00

View File

@ -287,8 +287,8 @@ jobs:
id: filter
with:
filters: |
package1: src/package1
package2: src/package2
package1: src/package1/**
package2: src/package2/**
# JOB to build and test each of modified packages
build: