diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06833f3..9a10c39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,10 @@ name: Tests on: - # we use devlop branch for now before publishing the website push: - branches: [ "main", "devlop" ] + branches: [ "main" ] pull_request: - branches: [ "main", "devlop" ] + branches: [ "main" ] jobs: quality: