Skip to content

Commit

Permalink
fix releasing on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishfagg committed Dec 10, 2024
1 parent e342d65 commit abeb6af
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 abeb6af

Please sign in to comment.