Skip to content

Commit be7b3e3

Browse files
committed
Add on: push: tags:
1 parent 96599ec commit be7b3e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: ci
22
on:
33
push:
44
branches:
5-
- "**"
5+
- "**"
6+
tags:
7+
- "[0-9]+.[0-9]+.[0-9]+"
68
jobs:
79
build-core:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)