Skip to content

Commit db7f909

Browse files
authored
Fix error in workflow syntax
1 parent 6c0adfb commit db7f909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mainsite_generate_headers-json-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
paths:
6-
- 'tab_bestpractices.md'
6+
- 'tab_bestpractices.md'
77
permissions: read-all
88
jobs:
99
build:

0 commit comments

Comments
 (0)