File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ name: Publish Lowcoder CLI
55
66on :
77 push :
8- branches : [ "worflows-updates " ]
8+ branches : [ "dev " ]
99
1010jobs :
1111 publish-package :
12- if : ${{ github.repositoryUrl == 'git@ github.com: lowcoder-org /lowcoder.git' }}
12+ if : ${{ github.repositoryUrl == 'git:// github.com/ lowcoder/lowcoder.git'}}
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ name: Publish Lowcoder Comps
55
66on :
77 push :
8- branches : [ "worflows-updates " ]
8+ branches : [ "dev " ]
99
1010jobs :
1111 publish-package :
12- if : ${{ github.repositoryUrl == 'git@ github.com: lowcoder-org /lowcoder.git' }}
12+ if : ${{ github.repositoryUrl == 'git:// github.com/ lowcoder/lowcoder.git'}}
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ name: Publish Lowcoder Core
55
66on :
77 push :
8- branches : [ "worflows-updates " ]
8+ branches : [ "dev " ]
99
1010jobs :
1111 publish-package :
12- if : ${{ github.repositoryUrl == 'git@ github.com: lowcoder-org /lowcoder.git' }}
12+ if : ${{ github.repositoryUrl == 'git:// github.com/ lowcoder/lowcoder.git'}}
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Publish Lowcoder SDK
55
66on :
77 push :
8- branches : [ "worflows-updates " ]
8+ branches : [ "dev " ]
99
1010jobs :
1111 publish-package :
You can’t perform that action at this time.
0 commit comments