Skip to content

Commit 3a26c03

Browse files
rc
1 parent 71abec7 commit 3a26c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
4747

4848
- name: Store assets
49-
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/main') }}
49+
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/rb_segments_and_prerequisites' || github.ref == 'refs/heads/main') }}
5050
uses: actions/upload-artifact@v4
5151
with:
5252
name: assets
@@ -57,7 +57,7 @@ jobs:
5757
name: Upload assets
5858
runs-on: ubuntu-latest
5959
needs: build
60-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
60+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/rb_segments_and_prerequisites' }}
6161
strategy:
6262
matrix:
6363
environment:

0 commit comments

Comments
 (0)