File tree 5 files changed +8
-5
lines changed
5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- name : main
1
+ name : Main Pipeline
2
2
3
3
on :
4
4
workflow_dispatch :
Original file line number Diff line number Diff line change 1
- name : pull_request
1
+ name : Pull Request Pipeline
2
2
3
3
on :
4
4
workflow_dispatch :
Original file line number Diff line number Diff line change 1
- name : " @spuxx/browser-utils"
1
+ name : Release Pipeline ( @spuxx/browser-utils)
2
2
3
3
on :
4
4
workflow_dispatch :
8
8
9
9
jobs :
10
10
release :
11
+ name : Release artifact (@spuxx/browser-utils)
11
12
uses : ./.github/workflows/release.yml
12
13
with :
13
14
PATH : packages/browser-utils
Original file line number Diff line number Diff line change 1
- name : " @spuxx/js-utils"
1
+ name : Release Pipeline ( @spuxx/js-utils)
2
2
3
3
on :
4
4
workflow_dispatch :
8
8
9
9
jobs :
10
10
release :
11
+ name : Release artifact (@spuxx/js-utils)
11
12
uses : ./.github/workflows/release.yml
12
13
with :
13
14
PATH : packages/js-utils
Original file line number Diff line number Diff line change 1
- name : " @spuxx/nest-utils"
1
+ name : Release Pipeline ( @spuxx/nest-utils)
2
2
3
3
on :
4
4
workflow_dispatch :
8
8
9
9
jobs :
10
10
release :
11
+ name : Release artifact (@spuxx/nest-utils)
11
12
uses : ./.github/workflows/release.yml
12
13
with :
13
14
PATH : packages/nest-utils
You can’t perform that action at this time.
0 commit comments