Skip to content

Commit 3c3a305

Browse files
liujupingJackLian
authored andcommitted
chore: update publish engine.yml
1 parent 2ec9bf7 commit 3c3a305

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish engine.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
jobs:
77
publish-engine:
88
runs-on: ubuntu-latest
9+
if: >-
10+
contains(github.ref, 'refs/heads/release/') &&
11+
(github.actor == 'JackLian' || github.actor == 'liujuping')
912
steps:
1013
- uses: actions/checkout@v2
1114
- name: Setup Node.js

0 commit comments

Comments
 (0)