diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3145ed69..20c1fda7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: C/C++ CI on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: linux_ubuntu_22_04: