Update workflows
This commit is contained in:
parent
8857b93a19
commit
2a32cf5c8d
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Build Client & Server
|
name: dotnet build
|
||||||
on:
|
on:
|
||||||
push: {}
|
push:
|
||||||
|
paths:
|
||||||
|
- '**.md'
|
||||||
|
- 'Dockerfile'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
4
.github/workflows/server.yml
vendored
4
.github/workflows/server.yml
vendored
@ -1,11 +1,13 @@
|
|||||||
name: Create docker image for Server
|
name: docker build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/server.yml'
|
||||||
- 'Pal.Common/**'
|
- 'Pal.Common/**'
|
||||||
- 'Pal.Server/**'
|
- 'Pal.Server/**'
|
||||||
|
- 'Dockerfile'
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user