Skip to content

Commit bc16aee

Browse files
author
Vladimir Kotal
committed
fix path patterns
1 parent a0eab78 commit bc16aee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pdfs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
branches:
55
- master
66
paths:
7-
- *.tex
8-
- *.m4
9-
- *.sty
7+
- '**.tex'
8+
- '**.m4'
9+
- '**.sty'
1010
- Makefile
1111
- .github/workflows/pdfs.yml
12-
- img/**
12+
- 'img/**'
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)