diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index a3c9e4f..7afd114 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI on: - push: - branches: ['release/*'] + # No push trigger: a push to a branch with an open PR matches both and runs + # everything twice. Pull request events cover pushes to the PR's branch. pull_request: branches: [main, 'release/*']