Skip to content

Commit dfdb130

Browse files
authored
Add tag triggers for GitHub Actions workflow
1 parent 14cc6f0 commit dfdb130

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/demo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- main
8+
tags:
9+
- 'v*' # v1, v1.2, v1.2.3
10+
- 'release-*' # release-2025-12-03
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)