Skip to content

Commit 16b460b

Browse files
committed
remove references to the embedded-chat branch
1 parent 144d261 commit 16b460b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [created, published, edited]
66
push:
7-
branches: [ main, embedded-chat ]
7+
branches: [ main ]
88
workflow_dispatch:
99
inputs:
1010
create-artifact:
@@ -61,7 +61,7 @@ jobs:
6161
retention-days: 7
6262

6363
- name: Upload Release Assets
64-
if: ${{ github.event_name == 'release' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/embedded-chat' }}
64+
if: ${{ github.event_name == 'release' || github.ref == 'refs/heads/main' }}
6565
run: gh release upload "$RELEASE_TAG" "$GITHUB_WORKSPACE"/out/* --clobber
6666
env:
6767
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)