This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed
packages/core/js-client-isomorphic Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1515 - " reopened"
1616 push :
1717 branches :
18- - " master "
18+ - " main "
1919 paths-ignore :
2020 - " **.md"
2121 - " .github/**"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "release-please"
33on :
44 push :
55 branches :
6- - " master "
6+ - " main "
77
88concurrency :
99 group : " ${{ github.workflow }}-${{ github.ref }}"
Original file line number Diff line number Diff line change 1010 - " !.github/workflows/snapshot.yml"
1111 push :
1212 branches :
13- - " master "
13+ - " main "
1414 paths-ignore :
1515 - " **.md"
1616 - " .github/**"
Original file line number Diff line number Diff line change 1414 ref :
1515 description : " git ref to checkout to"
1616 type : string
17- default : " master "
17+ default : " main "
1818 outputs :
1919 js-client-snapshots :
2020 description : " js-client snapshots"
Original file line number Diff line number Diff line change 1818 ref :
1919 description : " git ref to checkout to"
2020 type : string
21- default : " master "
21+ default : " main "
2222
2323env :
2424 NOX_IMAGE : " ${{ inputs.nox-image }}"
Original file line number Diff line number Diff line change 66 "files" : [
77 " dist"
88 ],
9- "main" : " index.js" ,
109 "scripts" : {
1110 "build" : " tsc" ,
1211 "prepare" : " node createVersionFile.js"
You can’t perform that action at this time.
0 commit comments