diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 7afd114..a3c9e4f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,8 +1,8 @@ name: CI on: - # 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. + push: + branches: ['release/*'] pull_request: branches: [main, 'release/*']