Skip to content

Commit

Permalink
fix workflow filter paths
Browse files Browse the repository at this point in the history
  • Loading branch information
npoltorapavlo committed Jun 21, 2024
1 parent fdb2a87 commit b11e21d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/L0-PersistentStore-grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: L0-PersistentStore-grpc
on:
push:
paths:
- PersistentStore/grpc/**
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml
pull_request:
paths:
- PersistentStore/grpc/**
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/L0-PersistentStore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml
pull_request:
paths:
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/L1-PersistentStore-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: L1-PersistentStore-sqlite
on:
push:
paths:
- PersistentStore/sqlite/**
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml
pull_request:
paths:
- PersistentStore/sqlite/**
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/L1-PersistentStore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml
pull_request:
paths:
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/L2-PersistentStore-grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: L2-PersistentStore-grpc
on:
push:
paths:
- PersistentStore/grpc/**
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml
pull_request:
paths:
- PersistentStore/grpc/**
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/L2-PersistentStore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml
pull_request:
paths:
- PersistentStore/**
- .github/workflows/*PersistentStore*.yml

jobs:
build:
Expand Down

0 comments on commit b11e21d

Please sign in to comment.