Skip to content

Commit

Permalink
Test main build and release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Dec 16, 2024
1 parent d9d36ce commit 07144ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Java Agent Main Build
on:
workflow_dispatch:
inputs:
version:
description: The version to tag the release with, e.g., 1.2.0, 1.2.1-alpha.1
required: false
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release Build
on:
pull_request:
branches:
- main
workflow_dispatch:
inputs:
version:
Expand Down

0 comments on commit 07144ce

Please sign in to comment.