Skip to content

Commit 7b7f52f

Browse files
committed
Enable build-and-test workflow on tags
1 parent 6f2c7a8 commit 7b7f52f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- v*
79
env:
810
# Shared variables
911
CI_TASK_DIR: ${{ github.workspace }}

0 commit comments

Comments
 (0)