@@ -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 }}