Skip to content

Commit 04f58bc

Browse files
authored
Merge pull request #16 from ituacm/main
Create main.yml
2 parents 74fc9eb + 6dec081 commit 04f58bc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Node.js CI/CD
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
jobs:
10+
build:
11+
runs-on: self-hosted
12+
steps:
13+
- uses: actions/checkout@v2
14+
15+
# Pull the repo
16+
- name: Pull latest changes
17+
run: git pull

0 commit comments

Comments
 (0)