Skip to content

Commit

Permalink
Merge pull request #14 from SkywardAI/improve
Browse files Browse the repository at this point in the history
  • Loading branch information
cbh778899 authored Jul 6, 2024
2 parents 5acc45a + c8a2a76 commit 36bc4ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter-builder-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Linter and Builder checker 🚀'
on:
pull_request:
branches:
- 'main'
- 'master'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
- master
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
with:
config-name: release-drafter.yml
# https://github.com/release-drafter/release-drafter/issues/1125
commitish: main
commitish: master
# disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion components/chat-page/chatMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function buildForm() {
<input type='submit' class='submit-btn clickable'>
<img class='submit-icon' src='/medias/send.svg'>
</div>`;
const hello;
}

function submitContent(evt) {
Expand Down

0 comments on commit 36bc4ca

Please sign in to comment.