From b93d3227fbda17987b17c61bb4af7ee42b1892ef Mon Sep 17 00:00:00 2001 From: OMGeeky <39029799+OMGeeky@users.noreply.github.com> Date: Sun, 9 Oct 2022 19:18:26 +0200 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index e56eda35b..5dffd74cd 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -7,11 +7,11 @@ name: Java CI with Gradle -on: - push: - branches: ["gradle_auto_copy" ] - pull_request: - branches: ["gradle_auto_copy" ] +on: [push] +# push: +# branches: ["gradle_auto_copy" ] +# pull_request: +# branches: ["gradle_auto_copy" ] permissions: contents: read