mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-26 12:18:21 +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:
|
||||
publish-engine:
|
||||
runs-on: ubuntu-latest
|
||||
if: >-
|
||||
contains(github.ref, 'refs/heads/release/') &&
|
||||
(github.actor == 'JackLian' || github.actor == 'liujuping')
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Node.js
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user