Skip to content

Commit c3d0dca

Browse files
committed
Fix path to workflow in paths
1 parent d89706b commit c3d0dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fluent_linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ on:
33
push:
44
paths:
55
- 'locales/en-US/*.ftl'
6-
- '.github/workflows/fluent_linter.yaml'
6+
- '.github/workflows/fluent_linter.yml'
77
branches:
88
- main
99
pull_request:
1010
paths:
1111
- 'en/**.ftl'
1212
- 'locales/en-US/*.ftl'
13-
- '.github/workflows/fluent_linter.yaml'
13+
- '.github/workflows/fluent_linter.yml'
1414
branches:
1515
- masmainter
1616
workflow_dispatch:

0 commit comments

Comments
 (0)