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 - master
paths: paths:
- client/** - client/**
- .github/workflows/client_build.yml
- .github/workflows/client_test.yml - .github/workflows/client_test.yml
jobs: jobs:

View file

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

View file

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

View file

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