diff --git a/.github/workflows/drafter.yml b/.github/workflows/drafter.yml index 468e29e..8af6bfa 100644 --- a/.github/workflows/drafter.yml +++ b/.github/workflows/drafter.yml @@ -4,11 +4,11 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main # pull_request event is required only for autolabeler - #pull_request: + pull_request: # Only following types are handled by the action, but one can default to all as well - # types: [opened, reopened, synchronize] + types: [opened, reopened, synchronize] jobs: update_release_draft: