diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index dcb0b48..1e4f0b6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -7,7 +7,7 @@ name: CI on: push: - branches: [main, 'feature/**', 'fix/**'] + branches: [main, 'feature/**', 'fix/**', 'freeze/**'] pull_request: branches: [main]