Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LaStrada committed Mar 8, 2024
1 parent 20179f4 commit 6016688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -9,7 +9,7 @@ on:

jobs:
final-linting:
uses: ./.github/workflows/lint.yml
uses: ./.github/workflows/ci.yml
build-publish:
name: Build and publish to PyPI
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
pull_request:
workflow_call:

# Python Versions Reference: https://github.com/home-assistant/architecture/blob/master/adr/0002-minimum-supported-python-version.md

Expand Down

0 comments on commit 6016688

Please sign in to comment.