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 57
57
run : BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build
58
58
59
59
- name : Store assets
60
- if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development ' || github.ref == 'refs/heads/master') }}
60
+ if : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/impression_properties ' || github.ref == 'refs/heads/master') }}
61
61
uses : actions/upload-artifact@v4
62
62
with :
63
63
name : assets
68
68
name : Upload assets
69
69
runs-on : ubuntu-20.04
70
70
needs : build
71
- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/development ' }}
71
+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/impression_properties ' }}
72
72
strategy :
73
73
matrix :
74
74
environment :
You can’t perform that action at this time.
0 commit comments