diff --git a/.github/workflows/pre-commit-ci.yml b/.github/workflows/pre-commit-ci.yml index 0b9c5a2..2122457 100644 --- a/.github/workflows/pre-commit-ci.yml +++ b/.github/workflows/pre-commit-ci.yml @@ -6,7 +6,7 @@ name: Run pre-commit hooks on: push: pull_request: - branches: [ master ] + branches: [ main ] jobs: pre-commit-ci: diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 1da8392..7efe176 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -3,7 +3,7 @@ name: python on: push: pull_request: - branches: [ master ] + branches: [ main ] jobs: