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