Update .gitea/workflows/qs.yml
This commit is contained in:
parent
1151b96fa0
commit
939eee141e
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ name: "Quality Check"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- pull_request
|
- pull_request
|
||||||
push:
|
- push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Reference in a new issue