Skip to content

Commit faa22dd

Browse files
authored
style(workflows): restore single quote strings
1 parent a388b3f commit faa22dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
- main
77
- releases/*
88
paths-ignore:
9-
- "**.md"
9+
- '**.md'
1010
pull_request:
1111
paths-ignore:
12-
- "**.md"
12+
- '**.md'
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)