Skip to content

Commit

Permalink
Merge pull request #14 from UG4/anaegel-patch-1
Browse files Browse the repository at this point in the history
Removing auto push
  • Loading branch information
anaegel authored Jun 14, 2024
2 parents 4e15d5f + 65cd5e0 commit 36c8bcc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/push_event_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
cd $HOME
ls
- name: Push to main
if: success()
run: |
ls
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git checkout main
git merge develop
git push origin main
#- name: Push to main
# if: success()
# run: |
# ls
# git config --global user.name 'github-actions[bot]'
# git config --global user.email 'github-actions[bot]@users.noreply.github.com'
# git checkout main
# git merge develop
# git push origin main

0 comments on commit 36c8bcc

Please sign in to comment.