diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a124805..265663f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: Continuous Integration on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] workflow_dispatch: