Skip to content

Commit

Permalink
📝 add docstring to CD workflow
Browse files Browse the repository at this point in the history
(mainly to trigger CD for the PR)

Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Aug 18, 2024
1 parent 91e8dd9 commit 5b24cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
pull_request:
paths:
- .github/workflows/cd.yml
- .github/workflows/cd.yml # This is to make sure changes to the CD workflow are tested before deployment.

jobs:
python-packaging:
Expand Down

0 comments on commit 5b24cc5

Please sign in to comment.