diff --git a/.github/workflows/syncpack.yml b/.github/workflows/syncpack.yaml similarity index 92% rename from .github/workflows/syncpack.yml rename to .github/workflows/syncpack.yaml index b1b7aeea8d2..30b70550a11 100644 --- a/.github/workflows/syncpack.yml +++ b/.github/workflows/syncpack.yaml @@ -3,7 +3,7 @@ name: Sync Dependencies with Syncpack on: pull_request: branches: - - main # Run this action on pull requests targeting the main branch + - master # Run this action on pull requests targeting the main branch jobs: syncpack: