diff --git a/.gitea/workflows/quality-gate.yml b/.gitea/workflows/quality-gate.yml index e3763de..398408d 100644 --- a/.gitea/workflows/quality-gate.yml +++ b/.gitea/workflows/quality-gate.yml @@ -2,7 +2,8 @@ name: CI on: push: - branches: ['*'] + branches: + - '**' pull_request: branches: [dev, main]