Skip to content

Commit

Permalink
fix: trigger prod deployment on every push to main
Browse files Browse the repository at this point in the history
It is triggered on ever push but it deploys the last tag release
  • Loading branch information
mrkhan authored Apr 16, 2024
1 parent 637e0a4 commit a126875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: Deploy Vite site to Pages (prod)
on:
# Runs on pushes targeting the `main` branch and are tagged.
push:
tags:
- '**'
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit a126875

Please sign in to comment.