We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec9bf7 commit 3c3a305Copy full SHA for 3c3a305
.github/workflows/publish engine.yml
@@ -6,6 +6,9 @@ on:
6
jobs:
7
publish-engine:
8
runs-on: ubuntu-latest
9
+ if: >-
10
+ contains(github.ref, 'refs/heads/release/') &&
11
+ (github.actor == 'JackLian' || github.actor == 'liujuping')
12
steps:
13
- uses: actions/checkout@v2
14
- name: Setup Node.js
0 commit comments