We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052ba46 commit 623add3Copy full SHA for 623add3
.github/workflows/ci-cd.yml
@@ -58,7 +58,7 @@ jobs:
58
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
59
60
- name: Store assets
61
- if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/SDKS-8407_polishing' || github.ref == 'refs/heads/master') }}
+ if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master') }}
62
uses: actions/upload-artifact@v3
63
with:
64
name: assets
@@ -69,7 +69,7 @@ jobs:
69
name: Upload assets
70
runs-on: ubuntu-20.04
71
needs: build
72
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/SDKS-8407_polishing' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
73
strategy:
74
matrix:
75
environment:
0 commit comments