[v3] update ci (#217)
All checks were successful
coverage / build (push) Has been skipped
test / test (push) Successful in 5m50s

* update ci

* disable coverage job
This commit is contained in:
2025-05-03 12:44:46 +05:00
committed by GitHub
parent ea3b2e5f4c
commit 13feeefa42
5 changed files with 117 additions and 69 deletions

View File

@@ -3,15 +3,12 @@ name: test
on:
pull_request:
types: [opened, reopened, synchronize]
branches:
- master
- v3
- v4
branches: [ master, v3, v4 ]
push:
branches:
- master
- v3
- v4
branches: [ master, v3, v4 ]
paths-ignore:
- '.github/**'
- '.gitea/**'
jobs:
test: