We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b2d5e9 + 3cf9cc4 commit fa24008Copy full SHA for fa24008
.github/ci-workflow.yml renamed to .github/workflows/ci-workflow.yml
@@ -1,7 +1,14 @@
1
-name: Node CI
+# This file wont do us much good in this location, make sure you change the path as directed to continue!
2
3
-on: [push]
+name: Node CI
4
5
+on:
6
+ push:
7
+ # branches-ignore:
8
+ # - "ci-workflow"
9
+ # - "docker-workflow"
10
+ paths:
11
+ - "**Dockerfile**"
12
jobs:
13
build:
14
runs-on: ubuntu-latest
@@ -21,8 +28,8 @@ jobs:
21
28
needs: build
22
29
strategy:
23
30
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]
26
33
27
34
steps:
35
- uses: actions/checkout@v1
0 commit comments