From 15db7a1dff72fd7f1a66a55563d1c99f8309c77e Mon Sep 17 00:00:00 2001 From: Toni500github <88878648+Toni500github@users.noreply.github.com> Date: Fri, 12 Apr 2024 19:11:08 +0200 Subject: [PATCH] Update makefile.yml --- .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 e7e4bea..054ddb9 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,9 +2,9 @@ name: Makefile CI on: push: - branches: [ "dev", "main" ] + branches: [ "libalpm-test", "dev", "main" ] pull_request: - branches: [ "dev", "main" ] + branches: [ "libalpm-test", "dev", "main" ] jobs: build: