Skip to content

Commit

Permalink
Invoke github actions on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Jun 7, 2021
1 parent fc23db9 commit cfa80e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Go build/test/release
on:
push:
branches: [ master ]
tags:
- "*"
pull_request:
branches: [ master ]

Expand Down

0 comments on commit cfa80e1

Please sign in to comment.