chore: only push changes on develop branch

This commit is contained in:
Gabe Kangas 2023-08-03 20:03:55 -07:00 committed by GitHub
parent 4be2d109f2
commit e3dc63994b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,6 +165,8 @@ jobs:
author_name: Owncast
author_email: owncast@owncast.online
- run: |
- name: Push changes
if: ${{ github.ref == 'refs/heads/develop' }}
run: |
git pull --rebase --autostash
git push