Skip to content

Commit

Permalink
Trigger workflow by pushing a commit for test
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Apr 2, 2024
1 parent b4f2669 commit 5743423
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
version:
description: 'Target version'
required: true
pull_request: # remove this once test is done
branches:
- feat/AC-1856

jobs:
publish:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-ticket-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branch_name:
description: 'Type a branch name starting with `release/v`'
required: true
pull_request: # remove this once test is done
branches:
- feat/AC-1856

jobs:
trigger-release-ticket-creation:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.3.9-rc-0",
"version": "1.3.8",
"description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 5743423

Please sign in to comment.