Enable build-and-test workflow on tags
This commit is contained in:
parent
6f2c7a8a7b
commit
7b7f52f44c
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user