Also run build on tags @Acconut

This commit is contained in:
Abdelhadi Khiati 2019-11-18 08:18:14 +01:00
parent 39b90f9148
commit 4b7cda81a4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
go vet ./pkg/...
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
steps:
- name: Install Go 1.13.1
uses: actions/setup-go@v1