diff --git a/.github/workflows/release-notifier.yml b/.github/workflows/release-notifier.yml index ef18fd50e..8ea629e51 100644 --- a/.github/workflows/release-notifier.yml +++ b/.github/workflows/release-notifier.yml @@ -2,7 +2,7 @@ name: Plugin Files Release Notifier on: push: - branches: 'main' + branches: 'master' workflow_dispatch: @@ -66,4 +66,4 @@ jobs: } } else { Write-Output "No watched-files changed, so not sending notification to plugin templates this time." - } \ No newline at end of file + }