chore: create publish engine.yml

This commit is contained in:
liujuping 2023-12-13 17:20:01 +08:00
parent 87a197c11e
commit 28e12f9592
1 changed files with 3 additions and 0 deletions

View File

@ -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