chore: update publish engine.yml

This commit is contained in:
liujuping 2023-12-13 17:22:40 +08:00 committed by 林熠
parent 2ec9bf7cdf
commit 3c3a305c7a

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