mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
chore: only push changes on develop branch
This commit is contained in:
parent
4be2d109f2
commit
e3dc63994b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user