update ci (#214)

This commit is contained in:
2025-05-01 21:15:11 +05:00
committed by GitHub
parent 680cd6f708
commit 236ed47ab1
4 changed files with 68 additions and 72 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: