We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144d261 commit 16b460bCopy full SHA for 16b460b
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
release:
5
types: [created, published, edited]
6
push:
7
- branches: [ main, embedded-chat ]
+ branches: [ main ]
8
workflow_dispatch:
9
inputs:
10
create-artifact:
@@ -61,7 +61,7 @@ jobs:
61
retention-days: 7
62
63
- name: Upload Release Assets
64
- if: ${{ github.event_name == 'release' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/embedded-chat' }}
+ if: ${{ github.event_name == 'release' || github.ref == 'refs/heads/main' }}
65
run: gh release upload "$RELEASE_TAG" "$GITHUB_WORKSPACE"/out/* --clobber
66
env:
67
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments