Skip to content

Commit 6259876

Browse files
committed
CI: tweak Documenter workflow
1 parent 6b3b386 commit 6259876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Documenter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Documenter
22
on:
33
push:
44
branches: [main, master]
5-
tags: [v*]
5+
tags: ["v*"]
66
pull_request:
7+
workflow_dispatch:
78

89
permissions:
910
actions: write # needed to allow julia-actions/cache to delete old caches that it has created

0 commit comments

Comments
 (0)