mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
update workflows.
This commit is contained in:
parent
cda281b78f
commit
95360b7da6
4 changed files with 5 additions and 2 deletions
1
.github/workflows/client_test.yml
vendored
1
.github/workflows/client_test.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
- master
|
||||
paths:
|
||||
- client/**
|
||||
- .github/workflows/client_build.yml
|
||||
- .github/workflows/client_test.yml
|
||||
|
||||
jobs:
|
||||
|
|
4
.github/workflows/server_test.yml
vendored
4
.github/workflows/server_test.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/webpage_deploy.yml
vendored
1
.github/workflows/webpage_deploy.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
- master
|
||||
paths:
|
||||
- webpage/**
|
||||
- .github/workflows/webpage_build.yml
|
||||
- .github/workflows/webpage_deploy.yml
|
||||
|
||||
jobs:
|
||||
|
|
1
.github/workflows/webpage_test.yml
vendored
1
.github/workflows/webpage_test.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
- master
|
||||
paths:
|
||||
- webpage/**
|
||||
- .github/workflows/webpage_build.yml
|
||||
- .github/workflows/webpage_test.yml
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue