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 833ba1d commit 75df407Copy full SHA for 75df407
.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/release_v11.1.0' || 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@v4
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/release_v11.1.0' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
73
strategy:
74
matrix:
75
environment:
0 commit comments