Skip to content

Commit

Permalink
Merge branch 'main' of github.com:getzep/zep-js
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed Sep 24, 2024
2 parents 7b4c1da + ffd61b2 commit 6d69b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [published]
jobs:
build:
if: github.ref == 'refs/heads/community'
if: github.event.release.target_commitish == 'community'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [published]
jobs:
build:
if: github.ref == 'refs/heads/cloud'
if: github.event.release.target_commitish == 'main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6d69b3a

Please sign in to comment.