From 41bf29b1a4cc45210791ab023248a8d0e938a194 Mon Sep 17 00:00:00 2001 From: Sudarshan Behera <37010758+SSNbehera@users.noreply.github.com> Date: Thu, 8 Feb 2024 14:20:50 +0100 Subject: [PATCH] Update github-to-gitlab-push-sync.yml --- .github/workflows/github-to-gitlab-push-sync.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/github-to-gitlab-push-sync.yml b/.github/workflows/github-to-gitlab-push-sync.yml index 3bd165f2..19b4bd2e 100644 --- a/.github/workflows/github-to-gitlab-push-sync.yml +++ b/.github/workflows/github-to-gitlab-push-sync.yml @@ -2,9 +2,7 @@ name: build on: push: - branches: - - 'master' - - 'develop' + branches: [ master, develop ] jobs: sync: @@ -15,7 +13,6 @@ jobs: with: fetch-depth: 0 - uses: deGrootLab/pmx@master - - uses: deGrootLab/pmx@develop with: target-url: 'https://codehub.hlrs.de/coes/bioexcel/pmx.git' target-username: ${{ secrets.ACCESS_TOKEN_NAME }}