mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-26 20:38:11 +00:00
chore: update publish engine.yml
This commit is contained in:
parent
2ec9bf7cdf
commit
3c3a305c7a
3
.github/workflows/publish engine.yml
vendored
3
.github/workflows/publish engine.yml
vendored
@ -6,6 +6,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
publish-engine:
|
publish-engine:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: >-
|
||||||
|
contains(github.ref, 'refs/heads/release/') &&
|
||||||
|
(github.actor == 'JackLian' || github.actor == 'liujuping')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user