Skip to content

Commit

Permalink
Merge pull request #1 from decyjphr/ci-workflow
Browse files Browse the repository at this point in the history
Setting Up CI
  • Loading branch information
github-learning-lab[bot] authored May 7, 2020
2 parents 4b2d5e9 + 5989496 commit aaf2ce2
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/ci-workflow.yml → .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Node CI
# This file wont do us much good in this location, make sure you change the path as directed to continue!

on: [push]
name: Node CI

on:
push:
# branches-ignore:
# - "ci-workflow"
# - "docker-workflow"
paths:
- "**Dockerfile**"
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -22,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-lastest, windows-2016]
node-version: [8.x, 10.x]
node-version: [10, 12]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit aaf2ce2

Please sign in to comment.