Fix data upload

This commit is contained in:
momo5502 2023-02-18 16:23:17 +01:00
parent 186c4e264c
commit 3a8b9056dc

View File

@ -79,10 +79,10 @@ jobs:
name: Deploy artifacts
needs: build
runs-on: ubuntu-latest
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
steps:
#- name: Setup main environment
# if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/main'
# run: echo "BOIII_MASTER_PATH=${{ secrets.BOIII_MASTER_SSH_PATH }}" >> $GITHUB_ENV
#- name: Setup develop environment