Skip to content

Commit 9821368

Browse files
rollback ci-cd
1 parent 3495960 commit 9821368

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") BUILD_COMMIT=${{ github.sha }} npm run build
4646

4747
- name: Store assets
48-
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/build_update' || github.ref == 'refs/heads/master') }}
48+
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master') }}
4949
uses: actions/upload-artifact@v3
5050
with:
5151
name: assets
@@ -56,7 +56,7 @@ jobs:
5656
name: Upload assets
5757
runs-on: ubuntu-latest
5858
needs: build
59-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/build_update' }}
59+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
6060
strategy:
6161
matrix:
6262
environment:

0 commit comments

Comments
 (0)