adds workflow to pushes w/ tag

This commit is contained in:
Llywelwyn 2022-07-25 21:49:21 +01:00 committed by GitHub
parent 1cca2df119
commit 1e09221bc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ name: ci build and test
on: on:
push: push:
branches: [ "master" ] branches: [ "master" ]
tags:
- 'v*'
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]