Skip to content

Commit

Permalink
ci(tgi): create images when pushing on current branch
Browse files Browse the repository at this point in the history
This will allow for testing IE before release.
  • Loading branch information
tengomucho committed Jul 3, 2024
1 parent 80ee27d commit 8738cd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tpu-tgi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Release
on:
release:
types: [published]
push:
branches:
- debug-tgi-ie-pt2

jobs:
docker:
Expand Down

0 comments on commit 8738cd2

Please sign in to comment.