Skip to content

Commit 309b8ad

Browse files
committed
fix: typo
1 parent 0d87533 commit 309b8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# Run for each commit to confirm that the build is still working.
77
push:
88
paths:
9-
- ./.github/workflows/build.yml
9+
- '.github/workflows/build.yml'
1010
- 'src/**'
1111
- '!src/**/__tests__/**'
1212
- '!src/**/__mocks__/**'

0 commit comments

Comments
 (0)