From 6276ba58d7399f934f798000319724aa05c871de Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sat, 6 Jan 2024 22:13:05 +0100 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 713ffe2..6f69810 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: java: [ '17' ] os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} - if: gitea.ref == 'refs/heads/master' + if: gitea.ref == 'refs/heads/master' && gitea.event_name == 'push' needs: build steps: - name: checkout repository