Skip to content

Commit

Permalink
fix(ci): use tag push triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBorai committed Jan 6, 2025
1 parent 28c59ab commit 18b3c24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Deploy Production

on:
push:
branches:
- main
tags:
- 'v*'
workflow_dispatch:

jobs:
publish:
Expand Down

0 comments on commit 18b3c24

Please sign in to comment.