mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
chore: only push changes on develop branch
This commit is contained in:
parent
4be2d109f2
commit
e3dc63994b
1 changed files with 3 additions and 1 deletions
|
@ -165,6 +165,8 @@ jobs:
|
||||||
author_name: Owncast
|
author_name: Owncast
|
||||||
author_email: owncast@owncast.online
|
author_email: owncast@owncast.online
|
||||||
|
|
||||||
- run: |
|
- name: Push changes
|
||||||
|
if: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
|
run: |
|
||||||
git pull --rebase --autostash
|
git pull --rebase --autostash
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue