diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 547e350..99be8b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,12 +3,12 @@ name: Python Test and Package on: push: branches: - - master + - main tags: - 'v*' pull_request: branches: - - master + - main jobs: linting: