Skip to content

Commit 02c5218

Browse files
committed
Add trigger
1 parent c3dfca7 commit 02c5218

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/Build and Release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
name: Build and Release
33

44
on:
5-
workflow_dispatch:
5+
push:
6+
tags:
7+
- 'v*'
8+
- 'V*'
69

710
jobs:
811
build-and-release:

0 commit comments

Comments
 (0)