Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Mar 28, 2024
1 parent 7550744 commit 48f7973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- develop
pull_request:
type: [opened, reopened, edited]
type: [opened, reopened, edited, synchronize]

jobs:
build:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout YDB Java SDK
if: ${{ env.NEED_SDK }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ydb-platform/ydb-java-sdk
ref: develop
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Checkout YDB YC Auth Provider
if: ${{ env.NEED_SDK }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ydb-platform/ydb-java-yc
ref: develop
Expand Down

0 comments on commit 48f7973

Please sign in to comment.