From 43a49ad69c8473e8387a896da328c1ea35852a29 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 23 Dec 2021 22:08:37 -0300 Subject: [PATCH] Update syncBranches.yml --- .github/workflows/syncBranches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: