diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index e25cbc5..3186575 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,5 +1,9 @@ name: CI -on: [push, pull_request] +on: + push: + branches: + - main + pull_request: jobs: check: name: Full Project Check