Move check_code to unstable only

This commit is contained in:
KingRainbow44 2023-05-08 01:55:55 -04:00
parent 3049cdafc1
commit b5c80764de
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -8,7 +8,6 @@ on:
- "**.json"
branches:
- "unstable"
- "unstable-quests"
jobs:
Format-Code:
@ -39,10 +38,10 @@ jobs:
- run: git config --global user.name "github-actions"
- run: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: git stash
- run: git checkout development
- run: git checkout unstable
- run: git stash pop || true
- name: Commit Code Changes
run: git add -u && git commit -m 'Format code [skip actions]' || true
- name: Push Code Changes
run: git push --set-upstream --force ${{ github.event.pull_request.base.ref }}
run: git push --set-upstream --force origin unstable