We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931c948 commit 2efd291Copy full SHA for 2efd291
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
paths-ignore:
8
- - '/docs/**'
+ - 'docs/**'
9
push:
10
11
.github/workflows/docs.yml
@@ -9,7 +9,8 @@ on:
paths:
12
13
+ - '!docs/tikz/**'
14
15
16
.github/workflows/latex-pdftocairo.yml
@@ -9,7 +9,7 @@ on:
- - '/docs/tikz/**'
+ - 'docs/tikz/**'
0 commit comments