Browse Source

Merge pull request #59 from nameczz/main

fix dev ci
nameczz 4 years ago
parent
commit
871b7a5f1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/dev.yml

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

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