Skip to content

Commit 37866d4

Browse files
committed
run upload docs github action when publishing a release
1 parent 3e8ccda commit 37866d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Upload Docs To Azure Blob Storage
22
on:
3-
push:
4-
branches:
5-
- master
3+
release:
4+
types: [published]
65
jobs:
76
upload:
87
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)