Skip to content

Commit 931c948

Browse files
committed
fixup no vars in 'on:' ... on gha
1 parent 35ac82c commit 931c948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.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-
- "${{ env.context }}/**"
12+
- '/docs/**'
1313
push:
1414
branches:
1515
- 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-
- "${{ env.context }}/**"
12+
- '/docs/tikz/**'
1313
push:
1414
branches:
1515
- main

0 commit comments

Comments
 (0)