From 58715028abccca7a906529e435af00b556ce9619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Muller?= Date: Fri, 30 Aug 2024 11:01:40 +0200 Subject: [PATCH] Make the CI run on the `main` branch too --- .github/workflows/code_quality.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/code_quality.yaml b/.github/workflows/code_quality.yaml index 9e590c3..2790c3a 100644 --- a/.github/workflows/code_quality.yaml +++ b/.github/workflows/code_quality.yaml @@ -3,6 +3,9 @@ name: Code quality on: merge_group: pull_request: + push: + branches: + - main jobs: android-lint: