chore(ci): fix deploy condition - for real! :)

This commit is contained in:
Jan Raasch 2023-03-08 18:45:36 +01:00
parent bbb374cb15
commit 7620f8d1f7

View File

@ -35,7 +35,7 @@ jobs:
needs: build
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/source'
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3