diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 57a1d09..2f772b5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,5 +1,8 @@ name: CI -on: [push, pull_request] +on: + push: + branches: ["main"] + pull_request: jobs: Test: