Skip to content

Commit

Permalink
Update sync-gitlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcheonroadhead authored Mar 12, 2024
1 parent 934e733 commit 3e37420
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sync-gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- dev
pull_request:
branches:
- dev

jobs:
push-to-gitlab:
Expand All @@ -30,4 +33,4 @@ jobs:
git remote add gitlab https://oauth2:[email protected]/s10-blockchain-contract-sub2/S10P22D210.git
git push gitlab temp-dev:dev --force
git checkout dev
git branch -D temp-dev
git branch -D temp-dev

0 comments on commit 3e37420

Please sign in to comment.