Skip to content

Commit f16de19

Browse files
grokspawnclaude
andcommitted
scope PR CI workflow to only run on catalog changes
The PR validation workflow (Validate Contributor, Validate Contribution) is only relevant when catalog content is modified. Adding a paths filter prevents the workflow from running on unrelated PRs like dependabot action version bumps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ee7b090 commit f16de19

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)