From 02fc44de1fba4594f612830b0cc20db30ed6cf9c Mon Sep 17 00:00:00 2001 From: Jocelyn Falempe Date: Thu, 31 Jul 2025 18:26:46 +0200 Subject: [PATCH] Fix github CI, after renaming develop to main The develop branch was renamed to main, fix that in the github CI. Signed-off-by: Jocelyn Falempe --- .github/workflows/meson.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 33c29f7..2f56579 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -2,9 +2,9 @@ name: Meson on: push: - branches: [ develop ] + branches: [ main ] pull_request: - branches: [ develop ] + branches: [ main ] jobs: build: