Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
apurvjha123 committed Oct 25, 2023
1 parent 736dcfa commit 5935448
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-pears-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rag-aiquest": minor
---

trying
16 changes: 7 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@ name: publish-npm

on:
workflow_run:
workflows: [CI]
branches: [main]
types: [completed]
workflows: ["CI"]
types:
- completed
push:
branches:
- "master"

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions:
contents: write
pull-requests: write

jobs:
publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5935448

Please sign in to comment.