File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 33 pull_request :
44 branches : [master, dev, next]
55 push :
6- branches : [master, dev, next]
6+ branches : [dev, next]
77
88jobs :
99 build :
Original file line number Diff line number Diff line change 11name : Release
22on :
3- workflow_run :
4- workflows : [CI]
5- types : [completed]
3+ push :
64 branches : [master, next]
75
86jobs :
97 release :
108 name : Release
11- if : ${{ github.event.workflow_run.conclusion == 'success' }}
129 runs-on : ubuntu-latest
1310 permissions :
1411 contents : write
3027 registry-url : ' https://registry.npmjs.org'
3128 - name : Install dependencies
3229 run : pnpm install --frozen-lockfile
30+ - name : Build
31+ run : pnpm build
32+ - name : Lint
33+ run : pnpm lint
34+ - name : Test
35+ run : pnpm test
3336 - name : Setup npm auth
3437 env :
3538 NPM_TOKEN : ${{ secrets.NPM_TOKEN_ESLINT }}
You can’t perform that action at this time.
0 commit comments