Skip to content

Commit 55cef84

Browse files
Only run doc update on published release (#2926)
* Only run doc update on published release * On release --------- Co-authored-by: wonwuakpa-msft <wonwuakpa@microsoft.com>
1 parent 7114d2c commit 55cef84

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update-wiki-docs.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Update wiki docs
22

33
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
4+
release:
5+
types: [published]
86

97
concurrency:
108
group: wiki

0 commit comments

Comments
 (0)