Skip to content

Commit

Permalink
chore: switch release pipeline to manual triggering (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas authored Oct 24, 2024
1 parent 673d45d commit 0cd8b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: "Run CD"

on:
push:
branches:
- main
workflow_dispatch:

env:
# disable keyring (https://github.com/actions/runner-images/issues/6185):
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- "**"
- "!main"
- "!gh-pages"

env:
Expand All @@ -26,4 +25,4 @@ jobs:
# - uses: ./.github/actions/setup-poetry
# - name: Build docs
# run: poetry run mkdocs build --verbose --clean


0 comments on commit 0cd8b94

Please sign in to comment.