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:
|
||||
push: {}
|
||||
push:
|
||||
paths:
|
||||
- '**.md'
|
||||
- 'Dockerfile'
|
||||
jobs:
|
||||
build:
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '.github/workflows/server.yml'
|
||||
- 'Pal.Common/**'
|
||||
- 'Pal.Server/**'
|
||||
- 'Dockerfile'
|
||||
permissions:
|
||||
packages: write
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user