File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 - name : npm check
4848 run : npm run check
4949
50- # - name: npm test-browser
51- # run: npm run test-browser
50+ - name : npm test-browser
51+ run : npm run test-browser
5252
5353 - name : npm test-node
5454 run : npm run test-node
5757 run : BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") BUILD_COMMIT=${{ github.sha }} npm run build
5858
5959 - name : Store assets
60- if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/migration_polishing ' || github.ref == 'refs/heads/master') }}
60+ if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development ' || github.ref == 'refs/heads/master') }}
6161 uses : actions/upload-artifact@v3
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/migration_polishing ' }}
71+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/development ' }}
7272 strategy :
7373 matrix :
7474 environment :
You can’t perform that action at this time.
0 commit comments