Skip to content

Commit 3058843

Browse files
authored
Merge pull request #21 from grokspawn/ci-path-filter-catalog
Scope PR CI workflow to catalog changes only
2 parents ee7b090 + f16de19 commit 3058843

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-verify-on-PR.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: CI
22

33
on:
44
pull_request:
5-
branches:
5+
branches:
66
- '**'
7+
paths:
8+
- 'catalog/**'
79

810
jobs:
911
build:

0 commit comments

Comments
 (0)