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 78520d6 commit 38c45eeCopy full SHA for 38c45ee
.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/enhanced_sdk_headers' || 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/enhanced_sdk_headers' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
73
strategy:
74
matrix:
75
environment:
0 commit comments