diff --git a/.github/workflows/release_notes_comments_migration.yml b/.github/workflows/release_notes_comments_migration.yml index 5cee0e84..672c8695 100644 --- a/.github/workflows/release_notes_comments_migration.yml +++ b/.github/workflows/release_notes_comments_migration.yml @@ -3,7 +3,7 @@ name: Copy Release Notes to Related Issues on: pull_request: types: [closed] - branches: [ main ] + branches: [ master ] jobs: copy_release_notes: