Skip to content

Commit

Permalink
fix: only push on tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Jan 15, 2025
1 parent a00fcf4 commit 3a4073c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build and Deploy
on:
push:
branches:
- main
tags:
- 'v*'

permissions:
contents: write
Expand Down

0 comments on commit 3a4073c

Please sign in to comment.