Skip to content

Commit 78e488d

Browse files
authored
fix: single quotes in workflow
1 parent 70b9062 commit 78e488d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
if: github.ref_type == "branch"
10+
if: github.ref_type == 'branch'
1111
steps:
1212
- uses: actions/checkout@v2
1313

0 commit comments

Comments
 (0)