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: on:
push: {} push:
paths:
- '**.md'
- 'Dockerfile'
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest

View File

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