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 46
46
run : BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
47
47
48
48
- 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') }}
50
50
uses : actions/upload-artifact@v4
51
51
with :
52
52
name : assets
57
57
name : Upload assets
58
58
runs-on : ubuntu-latest
59
59
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 ' }}
61
61
strategy :
62
62
matrix :
63
63
environment :
You can’t perform that action at this time.
0 commit comments