From 54f96219c32bd52189c3f7a0e85ca3f7e674c880 Mon Sep 17 00:00:00 2001 From: Eric Emery Date: Wed, 13 Dec 2023 17:29:22 -0600 Subject: [PATCH] ASAA-122 - Disabled actions for now --- .github/workflows/gradle-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index b35b622..1cfec48 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -8,10 +8,10 @@ name: Gradle Package on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] +# push: +# branches: [ "main" ] +# pull_request: +# branches: [ "main" ] jobs: build: