mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +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:
|
on:
|
||||||
release:
|
release:
|
||||||
|
types: [published, created]
|
||||||
jobs:
|
jobs:
|
||||||
update-stable-branch:
|
update-stable-branch:
|
||||||
if: ${{ startsWith(github.event.release.tag_name, 'v') && !endsWith(github.event.release.tag_name, '-stable') }}
|
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