update ci (#266)
All checks were successful
coverage / build (push) Successful in 3m4s
test / test (push) Successful in 5m50s

This commit is contained in:
2025-05-02 21:10:38 +05:00
committed by GitHub
parent 8102d709f4
commit b104e25898
5 changed files with 120 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: