Browse Source

chore: only push changes on develop branch

pull/3237/head
Gabe Kangas 2 years ago committed by GitHub
parent
commit
e3dc63994b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/javascript-format-build.yml

4
.github/workflows/javascript-format-build.yml

@ -165,6 +165,8 @@ jobs: @@ -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…
Cancel
Save