From 1ad98819f90df7caff25b6aaf856aa3351c66d15 Mon Sep 17 00:00:00 2001 From: miroslavpojer Date: Fri, 19 Jan 2024 11:03:53 +0100 Subject: [PATCH] Replace main to master value in branch scope. --- .github/workflows/release_notes_comments_migration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: