Skip to content

Commit decfbdc

Browse files
Merge main into docker-workflow
2 parents 2d5c8d6 + bd1aad0 commit decfbdc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
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)