Skip to content

Commit

Permalink
trigger build realse workflow only when new release created on github
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsyren Ochirov committed Oct 17, 2020
1 parent cde3014 commit 01059d2
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,9 +1,8 @@
name: Go

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

jobs:
releases-matrix:
Expand Down

0 comments on commit 01059d2

Please sign in to comment.