Skip to content

Commit 1d10a00

Browse files
committed
Run publish on tag
1 parent 05c17ea commit 1d10a00

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish-utbot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: Publish UTBot as an archive
22

33
on:
44
push:
5-
branches: [main]
6-
create:
75
tags:
8-
- '*'
6+
- '[0-9][0-9][0-9][0-9].[0-1][0-9].[0-9]+'
7+
- '[0-9][0-9][0-9][0-9].[0-1][0-9]'
8+
branches:
9+
- main
910

1011
jobs:
1112
matrix-prep:

0 commit comments

Comments
 (0)