Skip to content

Commit

Permalink
Update deploy.yml to trigger deployment on any tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
goliafrs committed Dec 20, 2023
1 parent 049ac85 commit 2677dc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Deploy
on:
push:
tags:
- "v*"
- "*"

jobs:
deploy:
if: startsWith(github.ref, 'refs/tags/v')
name: Deploy
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2677dc4

Please sign in to comment.