Update .github/workflows/deploy.yml

This commit is contained in:
Alex Savin
2025-04-28 00:14:16 -04:00
parent 43f8018db2
commit f342d10b83

View File

@ -3,7 +3,8 @@ name: Deploy Project
on:
workflow_run:
workflows: build-and-push
types: [ completed ] #requested
types:
- completed #requested
jobs:
on-success: