update workflows.

This commit is contained in:
Miroslav Šedivý 2025-03-30 17:42:31 +02:00
parent cda281b78f
commit 95360b7da6
4 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,7 @@ on:
- master
paths:
- client/**
- .github/workflows/client_build.yml
- .github/workflows/client_test.yml
jobs:

View file

@ -10,7 +10,7 @@ on:
jobs:
server-test-amd64:
name: Test Server Build
name: Test Server Build AMD64
runs-on: ubuntu-latest
permissions:
contents: read
@ -27,7 +27,7 @@ jobs:
platforms: linux/amd64
server-test-arm64:
name: Test Server Build
name: Test Server Build ARM64
runs-on: ubuntu-24.04-arm
permissions:
contents: read

View file

@ -6,6 +6,7 @@ on:
- master
paths:
- webpage/**
- .github/workflows/webpage_build.yml
- .github/workflows/webpage_deploy.yml
jobs:

View file

@ -6,6 +6,7 @@ on:
- master
paths:
- webpage/**
- .github/workflows/webpage_build.yml
- .github/workflows/webpage_test.yml
jobs: