Skip to content

Commit 2efd291

Browse files
committed
fixup another try for "path" gha
1 parent 931c948 commit 2efd291

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- '/docs/**'
8+
- 'docs/**'
99
push:
1010
branches:
1111
- main

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
branches:
1010
- main
1111
paths:
12-
- '/docs/**'
12+
- 'docs/**'
13+
- '!docs/tikz/**'
1314
push:
1415
branches:
1516
- main

.github/workflows/latex-pdftocairo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- main
1111
paths:
12-
- '/docs/tikz/**'
12+
- 'docs/tikz/**'
1313
push:
1414
branches:
1515
- main

0 commit comments

Comments
 (0)