diff --git a/.github/workflows/maven-publish-arm64.yml b/.github/workflows/maven-publish-arm64.yml index b95d6be..36fe32d 100644 --- a/.github/workflows/maven-publish-arm64.yml +++ b/.github/workflows/maven-publish-arm64.yml @@ -1,14 +1,10 @@ # This workflow will build a package using Maven and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path -name: Build +name: Build arm64 on: workflow_dispatch: - push: - branches: [ main ] - pull_request: - branches: [ main ] jobs: build: diff --git a/.github/workflows/maven-publish-native.yml b/.github/workflows/maven-publish-native.yml index 3b488d3..7e63195 100644 --- a/.github/workflows/maven-publish-native.yml +++ b/.github/workflows/maven-publish-native.yml @@ -1,14 +1,10 @@ # This workflow will build a package using Maven and then publish it to GitHub packages when a release is created # For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path -name: Build +name: Build Native on: workflow_dispatch: - push: - branches: [ main ] - pull_request: - branches: [ main ] jobs: build: