We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a8a1f commit 37c8669Copy full SHA for 37c8669
.github/workflows/ci-cd.yml
@@ -57,7 +57,7 @@ jobs:
57
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
58
59
- name: Store assets
60
- if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master') }}
+ if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/prerequisites' || github.ref == 'refs/heads/master') }}
61
uses: actions/upload-artifact@v4
62
with:
63
name: assets
@@ -68,7 +68,7 @@ jobs:
68
name: Upload assets
69
runs-on: ubuntu-20.04
70
needs: build
71
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/prerequisites' }}
72
strategy:
73
matrix:
74
environment:
0 commit comments