From 96fe8959d527c303d374577c187d004d788e2615 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 24 Dec 2021 20:12:45 -0300 Subject: [PATCH] Refactor 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 d736bf1..9e10bfe 100644 --- a/.github/workflows/syncBranches.yml +++ b/.github/workflows/syncBranches.yml @@ -1,4 +1,4 @@ -name: CI - syncBranches +name: sync-branches on: push: @@ -9,7 +9,7 @@ on: workflow_dispatch: jobs: - build: + sync: runs-on: ubuntu-latest steps: