Skip to content

Commit bb8d9dd

Browse files
authored
ci: skip workflows for docs-only changes (#48)
1 parent 603ce7f commit bb8d9dd

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- '**/*.md'
9+
- 'docs/**'
10+
- 'assets/**'
11+
- 'LICENSE'
712
workflow_dispatch:
813

914
concurrency:

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- '**/*.md'
9+
- 'docs/**'
10+
- 'assets/**'
11+
- 'LICENSE'
712

813
concurrency:
914
group: main-ci-${{ github.workflow }}-${{ github.ref }}

.github/workflows/pr-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CI
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '**/*.md'
7+
- 'docs/**'
8+
- 'assets/**'
9+
- 'LICENSE'
510

611
concurrency:
712
group: pr-ci-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)