diff --git a/.github/workflows/poetry-ci-test-lint.yml b/.github/workflows/poetry-ci-test-lint.yml index 3bf2ff58..1e3ba269 100644 --- a/.github/workflows/poetry-ci-test-lint.yml +++ b/.github/workflows/poetry-ci-test-lint.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - main jobs: pytest: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index a9e0711f..9c1e3bd7 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -5,6 +5,7 @@ on: # branches to consider in the event; optional, defaults to all branches: - master + - main jobs: update_release_draft: