Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abitskil authored Jun 17, 2024
1 parent 7b2479c commit 753e1a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
git commit -m "Resolved conflicts using theirs except for composer.json/composer.lock"
fi
- name: Push changes
if: env.up_merge_is_required == 'true'
run: |
git push origin master-deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: Notify Slack on Failure
# if: failure()
# uses: slackapi/[email protected]
Expand Down

0 comments on commit 753e1a3

Please sign in to comment.