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 655c553 commit dac3a0fCopy full SHA for dac3a0f
.github/workflows/ci-cd.yml
@@ -77,7 +77,7 @@ jobs:
77
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
78
79
- name: Store assets
80
- if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/upgrade_js_sdk')
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
81
uses: actions/upload-artifact@v4
82
with:
83
name: assets
@@ -88,7 +88,7 @@ jobs:
88
name: Upload assets
89
runs-on: ubuntu-latest
90
needs: build
91
- if: github.event_name == 'push' && github.ref == 'refs/heads/upgrade_js_sdk'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/development'
92
strategy:
93
matrix:
94
environment:
0 commit comments