Skip to content

Commit d451948

Browse files
committed
Fixed typo in test workflow
1 parent 31d24c7 commit d451948

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
- master
99
paths:
1010
- 'generate_changelog/*'
11-
- 'test/*'
11+
- 'tests/*'
1212
pull_request:
1313
branches:
1414
- master
1515
paths:
1616
- 'generate_changelog/*'
17-
- 'test/*'
17+
- 'tests/*'
1818
# Also trigger on page_build, as well as release created events
1919
page_build:
2020
release:

0 commit comments

Comments
 (0)