Skip to content

Commit

Permalink
deploy preview if tests passed
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu committed Nov 11, 2024
1 parent 86140c8 commit 31002ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-preview.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy Preview
on:
push:
workflow_run:
workflows: ["Run Tests"]
types:
- completed
branches:
- 'main'
jobs:
Expand Down

0 comments on commit 31002ae

Please sign in to comment.