Skip to content

Commit dba81b2

Browse files
committed
Formatting for github workflows
1 parent ed3cdbb commit dba81b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Deploy Package
55

66
on:
77
push:
8-
branches: [ master, v6, v8 ]
8+
branches: [master, v6, v8]
99

1010
jobs:
1111
build:

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Node.js CI
55

66
on:
77
pull_request:
8-
branches: [ master, v6, v8 ]
8+
branches: [master, v6, v8]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)