Skip to content

Commit

Permalink
Merge pull request #7 from anevis/chore/cd-manual-trigger
Browse files Browse the repository at this point in the history
Fix manual trigger of CD
  • Loading branch information
anevis authored Apr 7, 2024
2 parents 2bfcefb + 616e692 commit be1162d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ run-name: CD 📦🚀

on:
workflow_dispatch:
workflows: ['CI Pipeline']
types: [completed]
branches:
- 'main'
- "main"

jobs:
CD:
Expand All @@ -23,6 +21,10 @@ jobs:
uses: jetpack-io/[email protected]
- name: Install all dependencies 📦
run: devbox run install
- name: 🧹 Linting & Formatting
run: devbox run lint && devbox run format
- name: 🧪 Running Tests
run: devbox run test
- name: 📦 Package
run: devbox run build
- name: 🚀 Publish to PyPI
Expand Down

0 comments on commit be1162d

Please sign in to comment.