Gregg Tavares 4 years ago
parent
commit
ce1cb69c18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/deploy-to-gh-pages.yml

+ 1 - 1
.github/workflows/deploy-to-gh-pages.yml

@@ -27,7 +27,7 @@ jobs:
           LESSON_BUILDER_ENV: production
 
       - name: Deploy 📦
-        if: ${{ github.event_name === 'push' }}
+        if: ${{ github.event_name == 'push' }}
         uses: JamesIves/[email protected]
         with:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}