From 723cd13cbe3367e8590ae5bb7e1c7d3369b8d1fd Mon Sep 17 00:00:00 2001 From: vlaship <42601277+vlaship@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:51:10 -0500 Subject: [PATCH] ci --- .github/workflows/gradle.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 4a7912e..5d08c20 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -4,9 +4,6 @@ on: push: branches: - '*' - pull_request: - branches: - - 'master' permissions: contents: read @@ -15,6 +12,8 @@ jobs: build: runs-on: ubuntu-latest + if: github.event_name == 'push' && github.ref != 'refs/heads/master' + steps: - name: Checkout uses: actions/checkout@v4