diff --git a/.github/workflows/syncBranches.yml b/.github/workflows/syncBranches.yml index cf17146..951ebb6 100644 --- a/.github/workflows/syncBranches.yml +++ b/.github/workflows/syncBranches.yml @@ -2,9 +2,9 @@ name: CI - syncBranches on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] workflow_dispatch: