Skip to content

Commit 642f2ba

Browse files
committed
ci: skip Build & Test and CodeQL workflows on docs-only changes
1 parent 16b4882 commit 642f2ba

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Build & Test
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- '**/*.md'
8+
- 'docs/**'
69
pull_request:
710

811
permissions:

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CodeQL
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- '**/*.md'
8+
- 'docs/**'
69
pull_request:
710
branches: [ main ]
811
schedule:

0 commit comments

Comments
 (0)