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 5858 run : BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
5959
6060 - name : Store assets
61- if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/add_factory_destroy_method ' || github.ref == 'refs/heads/master') }}
61+ if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development ' || github.ref == 'refs/heads/master') }}
6262 uses : actions/upload-artifact@v3
6363 with :
6464 name : assets
6969 name : Upload assets
7070 runs-on : ubuntu-20.04
7171 needs : build
72- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/add_factory_destroy_method ' }}
72+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/development ' }}
7373 strategy :
7474 matrix :
7575 environment :
You can’t perform that action at this time.
0 commit comments