Skip to content

Commit fa24008

Browse files
Merge pull request #1 from ekrikelis/ci-workflow
Setting Up CI
2 parents 4b2d5e9 + 3cf9cc4 commit fa24008

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
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
@@ -21,8 +28,8 @@ jobs:
2128
needs: build
2229
strategy:
2330
matrix:
24-
os: [ubuntu-lastest, windows-2016]
25-
node-version: [8.x, 10.x]
31+
os: [ubuntu-latest, windows-2016]
32+
node-version: [10, 12]
2633

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

0 commit comments

Comments
 (0)