浏览代码

fix dev ci

nameczz 4 年之前
父节点
当前提交
92b16576fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/dev.yml

+ 1 - 1
.github/workflows/dev.yml

@@ -5,9 +5,9 @@ on:
     types: [closed]
 
 jobs:
-  if: github.event.pull_request.merged == true
   publish:
     runs-on: ubuntu-latest
+    if: github.event.pull_request.merged == true
     steps:
       - uses: actions/checkout@v2
       - name: Setup Node.js