From ff2ecab3b4338d4e04e4d7113047d2f9c8e2e973 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Tue, 8 Feb 2022 09:30:14 +0000 Subject: [PATCH] Fix build targets Signed-off-by: Paulo Gomes --- .github/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 732e4f4..64fa1fe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,14 +4,14 @@ on: push: branches: - main - - testdarwin2 + - libgit2-* tags: - '**' - # paths-ignore: - # - README.md - # pull_request: - # paths-ignore: - # - README.md + paths-ignore: + - README.md + pull_request: + paths-ignore: + - README.md permissions: contents: write # needed to write releases