mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-09 10:39:05 +00:00
chore: update matrix job sample
This commit is contained in:
parent
1441771bbf
commit
e24ef293d9
1 changed files with 2 additions and 2 deletions
|
@ -271,8 +271,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