Enable build-and-test workflow on tags
This commit is contained in:
parent
6f2c7a8a7b
commit
7b7f52f44c
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- v*
|
||||
env:
|
||||
# Shared variables
|
||||
CI_TASK_DIR: ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in New Issue