Skip to content

Commit bcf5be6

Browse files
committed
Fix workflow path in GitHub Actions configuration
1 parent 3d95251 commit bcf5be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths:
66
- '**.tex'
7-
- '.github/workflows/build-resume.yml'
7+
- '.github/workflows/build.yml'
88
- 'fonts/**'
99
workflow_dispatch: {}
1010

0 commit comments

Comments
 (0)