Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Only run release on new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-ie committed Oct 9, 2023
1 parent c1567bc commit 25d8981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: goreleaser

on:
pull_request:
push:
tags:
- '**'

jobs:
goreleaser:
Expand Down

0 comments on commit 25d8981

Please sign in to comment.