We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0682570 commit 2ffff54Copy full SHA for 2ffff54
.github/workflows/build-and-test.yml
@@ -3,10 +3,10 @@ name: Build and Run Tests
3
on:
4
push:
5
branches:
6
- - main
+ - 0.3.x
7
pull_request:
8
9
10
workflow_dispatch:
11
12
@@ -36,6 +36,7 @@ jobs:
36
with:
37
repository: a2aproject/a2a-java
38
path: a2a-java
39
+ ref: 0.3.x
40
- name: Set up JDK 17
41
uses: actions/setup-java@v4
42
.github/workflows/run-tck.yml
@@ -39,6 +39,7 @@ jobs:
43
- name: Checkout a2a-tck
44
uses: actions/checkout@v4
45
0 commit comments