Skip to content

Commit c92c164

Browse files
author
Bart Hazen
committed
Adjust GitHub workflow to only run build once when going to production.
1 parent 3993922 commit c92c164

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ develop ]
99
pull_request:
10-
branches: [ master, develop ]
10+
branches: [ develop ]
1111

1212
jobs:
1313
build:
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x]
19+
node-version: [12.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)