From f5c76a972455a1d6c22f9f3b8c45f382c14577dd Mon Sep 17 00:00:00 2001 From: asteriskzie Date: Sun, 26 May 2024 10:04:26 +0700 Subject: [PATCH] Fix SonarCloud: ganti CI on push and pull request --- .github/workflows/ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4003188..50d9b12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,16 +2,7 @@ name: Java CI Pipeline on: push: - branches: - - main - - staging - - dev - pull_request: - branches: - - main - - staging - - dev - workflow_dispatch: + pull_request: jobs: # build: