Skip to content

Commit 6cefc7a

Browse files
committed
Missing comma?
1 parent 0c73358 commit 6cefc7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Ruby
99

1010
on:
1111
push:
12-
branches: [ master 72-stable ]
12+
branches: [ master, 72-stable ]
1313
pull_request:
14-
branches: [ master 72-stable ]
14+
branches: [ master, 72-stable ]
1515

1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)