diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d129d119..556d7269 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: Run Build and Test on: push: branches: [ "master" ] + tags: + - v* pull_request: branches: [ "master" ]