diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 6960efd..d484eb8 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -2,7 +2,9 @@ name: CI - Validation on: push: - branches: ['**'] # All branches + branches: + - '**' + - '!main' # Exclude main branch (CD workflow handles it) pull_request: jobs: