Skip to content

Commit

Permalink
Update github-to-gitlab-push-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SSNbehera authored Feb 8, 2024
1 parent 68af132 commit 41bf29b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github-to-gitlab-push-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: build

on:
push:
branches:
- 'master'
- 'develop'
branches: [ master, develop ]

jobs:
sync:
Expand All @@ -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 }}
Expand Down

0 comments on commit 41bf29b

Please sign in to comment.