Skip to content

Commit 1890d72

Browse files
Merge pull request #1 from fhammerl/ci-workflow
Setting Up CI
2 parents 2d5c8d6 + fad7328 commit 1890d72

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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+
paths:
8+
- "**Dockerfile**"
59
jobs:
610
build:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)