mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 10:34:02 +00:00
chore: create publish engine.yml
This commit is contained in:
parent
87a197c11e
commit
28e12f9592
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