Skip to content

Commit

Permalink
merged lightwood & release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketKumar210 committed Oct 24, 2023
1 parent f3470b9 commit 5d6fd6a
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 5d6fd6a

Please sign in to comment.