Skip to content

Commit

Permalink
chore: update publish engine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored and JackLian committed Dec 13, 2023
1 parent 2ec9bf7 commit 3c3a305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c3a305

Please sign in to comment.