Skip to content

Commit 4cf3f55

Browse files
committed
Update GitHub Actions workflow to trigger documentation deployment on release
1 parent c60a466 commit 4cf3f55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/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: ["main"]
4+
release:
5+
types: [published]
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)