Skip to content

Commit 28dc7ef

Browse files
Merge pull request #1 from JSaaS/ci-workflow
Setting Up CI
2 parents f56aa80 + 80a3234 commit 28dc7ef

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/ci-workflow.yml renamed to .github/workflows/ci-workflow.yml

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
name: Node CI
1+
# This file wont do us much good in this location, make sure you change the path as directed to continue!
22

3-
on: [push]
3+
name: Node CI
44

5+
on:
6+
push:
7+
# branches-ignore:
8+
# - "ci-workflow"
9+
# - "docker-workflow"
10+
paths:
11+
- "**Dockerfile**"
512
jobs:
613
build:
714
runs-on: ubuntu-latest
@@ -22,7 +29,7 @@ jobs:
2229
strategy:
2330
matrix:
2431
os: [ubuntu-lastest, windows-2016]
25-
node-version: [8.x, 10.x]
32+
node-version: [10, 12]
2633

2734
steps:
2835
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)