Skip to content

Commit 57a3d38

Browse files
committed
Do not run updatecli on tags
1 parent 74609b1 commit 57a3d38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/updatecli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
schedule:
77
- cron: '0 6 * * MON'
88
push:
9+
tags-ignore:
10+
- '**'
911
paths:
1012
- '.github/workflows/updatecli.yml'
1113
- 'scripts/updatecli/**'

0 commit comments

Comments
 (0)