We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfc7fc commit 7676dbcCopy full SHA for 7676dbc
.github/workflows/mkdocs.yml
@@ -2,7 +2,8 @@ name: mkdocs (Manual Step)
2
permissions: {} # yamllint disable-line rule:braces
3
4
on:
5
- workflow_dispatch:
+ push: null
6
+ pull_request: null
7
8
jobs:
9
mkdocs:
0 commit comments