diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5863ee..0f78df9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "main" "old" ] + branches: [ "main", "old" ] pull_request: branches: [ "main" ]