diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cf59d7..94c1524 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,9 @@ name: Continuous Integration on: push: branches: - - master + - main pull_request: - branches: [master] + branches: [main] jobs: