Run CI when pushing a tag

This commit is contained in:
Saúl Ibarra Corretgé 2021-03-24 21:30:14 +01:00
parent 59fb0f2a82
commit c16bcb8e89
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master