fix(ci): preview trigger

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-23 15:08:39 -03:00
parent 740e6082a3
commit f0c5a1d8d4

View File

@@ -12,7 +12,7 @@ on:
jobs:
deploy:
name: Deploy
if: ${{ github.repository == 'dot013/.www-new' }}
if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'dot013/.www-new' }}
runs-on: ubuntu-latest
steps:
- name: Checkout