Skip to content

Commit 2ffff54

Browse files
committed
Update workflows to use 0.3.x
1 parent 0682570 commit 2ffff54

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build and Run Tests
33
on:
44
push:
55
branches:
6-
- main
6+
- 0.3.x
77
pull_request:
88
branches:
9-
- main
9+
- 0.3.x
1010
workflow_dispatch:
1111

1212

@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
repository: a2aproject/a2a-java
3838
path: a2a-java
39+
ref: 0.3.x
3940
- name: Set up JDK 17
4041
uses: actions/setup-java@v4
4142
with:

.github/workflows/run-tck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
repository: a2aproject/a2a-java
4141
path: a2a-java
42+
ref: 0.3.x
4243
- name: Checkout a2a-tck
4344
uses: actions/checkout@v4
4445
with:

0 commit comments

Comments
 (0)