Skip to content

Commit dcffcbe

Browse files
workflow updates
1 parent f18b34d commit dcffcbe

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish-lowcoder-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: Publish Lowcoder CLI
55

66
on:
77
push:
8-
branches: [ "worflows-updates" ]
8+
branches: [ "dev" ]
99

1010
jobs:
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

.github/workflows/publish-lowcoder-comps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: Publish Lowcoder Comps
55

66
on:
77
push:
8-
branches: [ "worflows-updates" ]
8+
branches: [ "dev" ]
99

1010
jobs:
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

.github/workflows/publish-lowcoder-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ name: Publish Lowcoder Core
55

66
on:
77
push:
8-
branches: [ "worflows-updates" ]
8+
branches: [ "dev" ]
99

1010
jobs:
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

.github/workflows/publish-lowcoder-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Lowcoder SDK
55

66
on:
77
push:
8-
branches: [ "worflows-updates" ]
8+
branches: [ "dev" ]
99

1010
jobs:
1111
publish-package:

0 commit comments

Comments
 (0)