Skip to content

Commit

Permalink
make it run only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
proditis committed Dec 7, 2022
1 parent 3609dc7 commit 5533f56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

on:
push:
tags:
- 'v*'
release:
types: [created]

env:
GO_VERSION: 1.18

Expand Down

0 comments on commit 5533f56

Please sign in to comment.