Skip to content

Commit

Permalink
chore: Use release instead of tag when triggering deploy workflow (
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 18, 2024
1 parent 4acd9bd commit 67ef36b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Deploy

on:
workflow_dispatch:
push:
tags:
- '*'
release:
types: [published]

jobs:
deploy:
Expand Down

0 comments on commit 67ef36b

Please sign in to comment.