Skip to content

Commit 07144ce

Browse files
committed
Test main build and release build.
1 parent d9d36ce commit 07144ce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/main-build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Java Agent Main Build
22
on:
3-
workflow_dispatch:
4-
inputs:
5-
version:
6-
description: The version to tag the release with, e.g., 1.2.0, 1.2.1-alpha.1
7-
required: false
3+
pull_request:
4+
branches:
5+
- main
86
push:
97
branches:
108
- main

.github/workflows/release-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release Build
22
on:
3+
pull_request:
4+
branches:
5+
- main
36
workflow_dispatch:
47
inputs:
58
version:

0 commit comments

Comments
 (0)