Skip to content

Commit 106d2d8

Browse files
committed
chore: fix GitHub actions YAML formatting
1 parent 35c4410 commit 106d2d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

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

1212
on:
1313
push:
14-
branches: master
14+
branches:
15+
- master
1516
pull_request:
16-
branches: master
17+
branches:
18+
- master
1719
schedule:
1820
# * is a special character in YAML so you have to quote this string
1921
- cron: '0 3 * * 6'

0 commit comments

Comments
 (0)