Skip to content

Commit

Permalink
Merge pull request #1 from crsnt/ci-workflow
Browse files Browse the repository at this point in the history
Setting Up CI
  • Loading branch information
github-learning-lab[bot] authored Mar 21, 2020
2 parents 1977656 + 9df8527 commit ac9d24b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 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 Down

0 comments on commit ac9d24b

Please sign in to comment.