Skip to content

Commit

Permalink
chore(ci): Update deploy workflow to trigger on completed workflow ru…
Browse files Browse the repository at this point in the history
…ns and push events with tags
  • Loading branch information
damonto committed May 7, 2024
1 parent 6ef6d07 commit 253453b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Deploy

on:
workflow_dispatch:
push:
tags: [v*]
workflow_run:
workflows: ["Build and Release"]
types:
- completed
push:
tags: [v*]

jobs:
prepare-matrix:
Expand Down

0 comments on commit 253453b

Please sign in to comment.