diff --git a/.github/workflows/javascript-format-build.yml b/.github/workflows/javascript-format-build.yml index dfe9367fe..afe096197 100644 --- a/.github/workflows/javascript-format-build.yml +++ b/.github/workflows/javascript-format-build.yml @@ -158,6 +158,7 @@ jobs: - name: Rebase if: ${{ github.ref == 'refs/heads/develop' }} run: | + git add static/web git pull --rebase --autostash # Only commit built web project files on develop.