Skip to content

Commit f4ea3c7

Browse files
committed
ci: update deploy workflow to trigger on release instead of push
1 parent ccdf1f3 commit f4ea3c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy documentation
22

33
on:
4-
push:
5-
branches: [ "v5" ]
4+
release:
5+
types: [published]
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)