Skip to content

Commit 6b91e2f

Browse files
committed
Apply tag_trigger_cleanup patch
1 parent a3a0c71 commit 6b91e2f

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- "main"
6-
tags: "*"
6+
tags: ["v*"]
77
pull_request: ~
88
schedule:
99
- cron: "1 4 * * 4"

.github/workflows/IntegrationTest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- "main"
6-
tags: "*"
76
pull_request_target:
87
types:
98
- "opened"

.github/workflows/Tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
- "master"
66
- "main"
77
- "release-"
8-
tags: "*"
98
paths-ignore:
109
- "docs/**"
1110
pull_request:

0 commit comments

Comments
 (0)