Enable build-and-test workflow on tags

This commit is contained in:
Reuben Morais 2021-07-13 17:59:25 +02:00
parent 6f2c7a8a7b
commit 7b7f52f44c
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- main - main
tags:
- v*
env: env:
# Shared variables # Shared variables
CI_TASK_DIR: ${{ github.workspace }} CI_TASK_DIR: ${{ github.workspace }}