From b1c2a5ecebe33328b3c5fb951641ef658ec82b3a Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Mon, 27 Jun 2022 16:52:49 +0800 Subject: [PATCH] ci: run SQ analysis even in the default branch Currently SQ is working only for PR. This change will enable SQ even in the default branch. https://github.com/spotbugs/spotbugs/discussions/2076#discussioncomment-2871205 --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 495ae52346b..6133b1a3b06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,9 @@ on: pull_request: branches: - master + push: + branches: + - master jobs: build: