diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90553e2..633b64e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ name: CI on: push: - branches: [ main ] + branches: [ main, beta ] pull_request: branches: [ main ]