Skip to content

Commit 9beac95

Browse files
committed
Update job name for uploading
1 parent 5f6892d commit 9beac95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/automate-kotlin.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Publish Kotlin docs
22

33
permissions: write-all
44

5-
on: [push]
5+
on:
6+
push:
7+
tags:
8+
- 'docs-*' # Trigger on tags like 'docs-v1.0', 'docs-latest'
69

710
jobs:
811
build-and-release:

0 commit comments

Comments
 (0)