diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index f491242..faf12e7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -2,9 +2,9 @@ name: Code Quality on: push: - branches: [ main, develop ] + branches: [ master ] pull_request: - branches: [ main, develop ] + branches: [ master ] jobs: code-quality: