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: