Archived
2
0

chages actions a bit

This commit is contained in:
Craig
2020-04-19 01:29:57 +00:00
parent 98600ad5f6
commit 7d5d35e5ae
3 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,11 @@
name: n.eko build
name: build
on:
pull_request:
branches: [ master ]
paths:
- 'client/**'
- 'server/**'
jobs:
build:

View File

@ -1,8 +1,11 @@
name: n.eko auto deploy
name: deploy
on:
push:
branches: [ master ]
paths:
- 'client/**'
- 'server/**'
jobs:
deploy: