Skip to content

Commit

Permalink
Workflow should build on tags as well (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
directionless authored Apr 29, 2022
1 parent 1f6b8de commit adaddbd
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
@@ -1,8 +1,10 @@
name: ci

on:
workflow_dispatch:
push:
branches: [main, master]
tags: '*'
pull_request:
branches: '**'

Expand Down

0 comments on commit adaddbd

Please sign in to comment.