diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 4529c02a..9a7cef55 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -2,9 +2,9 @@ name: Python CI on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: