소스 검색

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