Skip to content

Commit 6b90cc3

Browse files
iammukeshmclaude
andcommitted
ci: skip workflows for docs-only changes — only trigger on src/ paths
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 60eef8b commit 6b90cc3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ on:
77
- develop
88
tags:
99
- 'v*'
10+
paths:
11+
- 'src/**'
1012
pull_request:
1113
branches:
1214
- main
1315
- develop
16+
paths:
17+
- 'src/**'
1418
workflow_dispatch:
1519
inputs:
1620
version:

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CodeQL Analysis
22
on:
33
pull_request:
44
branches: [main, develop]
5+
paths:
6+
- 'src/**'
57
schedule:
68
- cron: '0 6 * * 1'
79

0 commit comments

Comments
 (0)