Skip to content

Commit

Permalink
main: Updated deploy to run after quality-check
Browse files Browse the repository at this point in the history
  • Loading branch information
e-gulakhmet committed Apr 8, 2024
1 parent 6acca9e commit 555eb92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Build & Deploy
name: Deploy

on:
push:
workflow_run:
workflows: ["Quality Check"]
types:
- completed
branches:
- main

Expand Down

0 comments on commit 555eb92

Please sign in to comment.