Skip to content

Commit

Permalink
Merge pull request #1196 from ddninja/issue-1127-Improve-release.yml
Browse files Browse the repository at this point in the history
Merged lightwood & release.yml
  • Loading branch information
paxcema authored Oct 30, 2023
2 parents be24227 + 5d6fd6a commit 7f85661
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ligthtwood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- stable
- staging
release:
types: [ published ]


jobs:
Expand Down Expand Up @@ -46,7 +48,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/stable'
if: github.ref == 'refs/heads/stable' || github.event_name == 'release'
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 7f85661

Please sign in to comment.