mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Matrix job path fix
This commit is contained in:
parent
de90cc6fb3
commit
5586e38bf4
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue