From c1983565c65317a66e3ea72bd5e27ba03caba661 Mon Sep 17 00:00:00 2001 From: Diego Sevilla Ruiz Date: Sun, 21 Jan 2024 14:05:39 +0100 Subject: [PATCH] Correct branch for the workflow. --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index bf8d3c7..6497ca4 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,9 +2,9 @@ name: Makefile CI on: push: - branches: [ 'main', 'v*' ] + branches: [ '23-24', 'v*' ] pull_request: - branches: [ 'main', 'v*' ] + branches: [ '23-24', 'v*' ] permissions: contents: write