Browse Source

fix dev ci

nameczz 4 năm trước cách đây
mục cha
commit
92b16576fb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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