File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 run : BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
5858
5959 - name : Store assets
60- if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development ' || github.ref == 'refs/heads/main') }}
60+ if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/handle-segmentchanges-timeout ' || github.ref == 'refs/heads/main') }}
6161 uses : actions/upload-artifact@v5
6262 with :
6363 name : assets
6868 name : Upload assets
6969 runs-on : ubuntu-latest
7070 needs : build
71- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/development ' }}
71+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/handle-segmentchanges-timeout ' }}
7272 strategy :
7373 matrix :
7474 environment :
You can’t perform that action at this time.
0 commit comments