Skip to content

Commit 2b18a0c

Browse files
committed
Update docs workflow to rebuild on new releases
1 parent 5d2cc2c commit 2b18a0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: "CI: Build and Deploy Docs"
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: [master, workflow_dispatch]
6+
branches: [master]
7+
release:
8+
types:
9+
- published
610

711
jobs:
812
build:

0 commit comments

Comments
 (0)