We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3b386 commit 6259876Copy full SHA for 6259876
.github/workflows/Documenter.yml
@@ -2,8 +2,9 @@ name: Documenter
2
on:
3
push:
4
branches: [main, master]
5
- tags: [v*]
+ tags: ["v*"]
6
pull_request:
7
+ workflow_dispatch:
8
9
permissions:
10
actions: write # needed to allow julia-actions/cache to delete old caches that it has created
0 commit comments