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 7eceb28 commit 31f4885Copy full SHA for 31f4885
.github/workflows/ci.yaml
@@ -5,6 +5,7 @@ on:
5
pull_request:
6
branches:
7
- main
8
+ workflow_dispatch:
9
10
jobs:
11
test:
.github/workflows/docs.yaml
@@ -8,6 +8,7 @@ on:
- "mkdocs.yml"
- "src/**"
- ".github/workflows/docs.yml"
12
13
permissions:
14
pages: write
0 commit comments