From 3e37420bac0ed283695746200a741180df50f558 Mon Sep 17 00:00:00 2001 From: Jeon Soo Min <102154788+dalcheonroadhead@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:32:24 +0900 Subject: [PATCH] Update sync-gitlab.yml --- .github/workflows/sync-gitlab.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-gitlab.yml b/.github/workflows/sync-gitlab.yml index a29a436..9d34c55 100644 --- a/.github/workflows/sync-gitlab.yml +++ b/.github/workflows/sync-gitlab.yml @@ -4,6 +4,9 @@ on: push: branches: - dev + pull_request: + branches: + - dev jobs: push-to-gitlab: @@ -30,4 +33,4 @@ jobs: git remote add gitlab https://oauth2:$TARGET_TOKEN@lab.ssafy.com/s10-blockchain-contract-sub2/S10P22D210.git git push gitlab temp-dev:dev --force git checkout dev - git branch -D temp-dev \ No newline at end of file + git branch -D temp-dev