Skip to content

Commit

Permalink
chore: create publish engine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Dec 13, 2023
1 parent 87a197c commit 28e12f9
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 28e12f9

Please sign in to comment.