ci(reset_stable.yml): fix to run on release created events
This commit is contained in:
parent
24a3403655
commit
ed1e3e9dc1
1
.github/workflows/reset_stable.yml
vendored
1
.github/workflows/reset_stable.yml
vendored
@ -2,6 +2,7 @@ name: Reset litellm_stable branch
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published, created]
|
||||
jobs:
|
||||
update-stable-branch:
|
||||
if: ${{ startsWith(github.event.release.tag_name, 'v') && !endsWith(github.event.release.tag_name, '-stable') }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user