Skip to content

Commit

Permalink
changing workflow event
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Sep 8, 2023
1 parent b2eaa06 commit 09e765d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-on-sdk-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Add specific version of jit sdk
run: yarn add @drift-labs/jit-proxy@${{ github.event.client_payload.jit-version }}

- name: Build after new dependency
run: yarn run build

- name: Commit and push changes
run: |
git config user.name "GitHub Actions"
Expand Down

0 comments on commit 09e765d

Please sign in to comment.