Skip to content

Commit f182eba

Browse files
committed
ci: prevent some useless runs when only docs are updated
1 parent b18a079 commit f182eba

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'docs/**'
79
push:
810
branches:
911
- main

.github/workflows/static.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'docs/**'
79
push:
810
branches:
911
- main

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'docs/**'
79
push:
810
branches:
911
- main
12+
paths-ignore:
13+
- 'docs/**'
1014
jobs:
1115
tests:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)