Skip to content

Commit

Permalink
Merge pull request #1 from abhinavkhanna-sf/ci-workflow
Browse files Browse the repository at this point in the history
Setting Up CI
  • Loading branch information
github-learning-lab[bot] authored Jan 29, 2021
2 parents 2d5c8d6 + 644c63e commit 4b6f05e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 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,11 @@
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:
paths:
- "**Dockerfile**"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b6f05e

Please sign in to comment.