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 673d45d commit 0cd8b94Copy full SHA for 0cd8b94
.github/workflows/cd.yml
@@ -1,9 +1,7 @@
1
name: "Run CD"
2
3
on:
4
- push:
5
- branches:
6
- - main
+ workflow_dispatch:
7
8
env:
9
# disable keyring (https://github.com/actions/runner-images/issues/6185):
.github/workflows/ci.yml
@@ -6,7 +6,6 @@ on:
push:
branches:
- "**"
- - "!main"
10
- "!gh-pages"
11
12
@@ -26,4 +25,4 @@ jobs:
26
25
# - uses: ./.github/actions/setup-poetry
27
# - name: Build docs
28
# run: poetry run mkdocs build --verbose --clean
29
-
+
0 commit comments