Skip to content

Commit

Permalink
Only build binaries for tagged commits
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Apr 15, 2024
1 parent 6771abe commit 74f176b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Create release

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

jobs:

Expand Down

0 comments on commit 74f176b

Please sign in to comment.