Skip to content

Commit

Permalink
Merge pull request #1243 from mindsdb/fix/deploy
Browse files Browse the repository at this point in the history
fix releasing on push to main
  • Loading branch information
hamishfagg authored Dec 10, 2024
2 parents e342d65 + abeb6af commit 2c7f1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lightwood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
environment: PublishCI
needs: test
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 2c7f1fa

Please sign in to comment.