Update workflows

This commit is contained in:
Liza 2023-02-12 22:45:57 +01:00
parent 8857b93a19
commit 2a32cf5c8d
2 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,9 @@
name: Build Client & Server
name: dotnet build
on:
push: {}
push:
paths:
- '**.md'
- 'Dockerfile'
jobs:
build:
runs-on: windows-latest

View File

@ -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: