chore: create publish engine.yml
This commit is contained in:
parent
87a197c11e
commit
28e12f9592
|
@ -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…
Reference in New Issue