[v3] update ci (#151)
All checks were successful
coverage / build (push) Successful in 2m49s
test / test (push) Successful in 20m0s

* update ci

* cleanup
This commit is contained in:
2025-05-05 21:25:08 +05:00
committed by GitHub
parent b89246b18c
commit ea64ce0eab
5 changed files with 117 additions and 70 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: