chages actions a bit
This commit is contained in:
parent
98600ad5f6
commit
7d5d35e5ae
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -1,8 +1,11 @@
|
|||||||
name: n.eko build
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- 'client/**'
|
||||||
|
- 'server/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -1,8 +1,11 @@
|
|||||||
name: n.eko auto deploy
|
name: deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- 'client/**'
|
||||||
|
- 'server/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<img src="https://img.shields.io/docker/pulls/nurdism/neko" alt="pulls">
|
<img src="https://img.shields.io/docker/pulls/nurdism/neko" alt="pulls">
|
||||||
<img src="https://img.shields.io/github/issues/nurdism/neko" alt="issues">
|
<img src="https://img.shields.io/github/issues/nurdism/neko" alt="issues">
|
||||||
<a href="https://discord.gg/3U6hWpC" ><img src="https://discordapp.com/api/guilds/665851821906067466/widget.png" alt="Chat on discord"><a/>
|
<a href="https://discord.gg/3U6hWpC" ><img src="https://discordapp.com/api/guilds/665851821906067466/widget.png" alt="Chat on discord"><a/>
|
||||||
|
<a href="https://github.com/nurdism/neko/actions" ><img src="https://github.com/nurdism/neko/workflows/deploy/badge.svg" alt="build"><a/>
|
||||||
</p>
|
</p>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
Reference in New Issue
Block a user