mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
ci(reset_stable.yml): fix to run on release created events
This commit is contained in:
parent
24a3403655
commit
ed1e3e9dc1
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue