Skip to content

Commit 0cd8b94

Browse files
authored
chore: switch release pipeline to manual triggering (#56)
Signed-off-by: Panos Vagenas <[email protected]>
1 parent 673d45d commit 0cd8b94

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: "Run CD"
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
workflow_dispatch:
75

86
env:
97
# disable keyring (https://github.com/actions/runner-images/issues/6185):

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- "**"
9-
- "!main"
109
- "!gh-pages"
1110

1211
env:
@@ -26,4 +25,4 @@ jobs:
2625
# - uses: ./.github/actions/setup-poetry
2726
# - name: Build docs
2827
# run: poetry run mkdocs build --verbose --clean
29-
28+

0 commit comments

Comments
 (0)