8000 Fix yaml linting issue in ci.yml file · pyodide/sphinx-js@165574f · GitHub
[go: up one dir, main page]

Skip to content

Commit 165574f

Browse files
committed
Fix yaml linting issue in ci.yml file
1 parent 94849ca commit 165574f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: CI
33

44
on:
55
push:
6-
branches: [ master ]
6+
branches:
7+
- 'master'
78
pull_request:
8-
branches: [ master ]
9+
branches:
10+
- 'master'
911

1012
jobs:
1113
test:

0 commit comments

Comments
 (0)
0