Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit da24a17

Browse files
author
Paulo Gomes
committed
Fix build targets
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 0716e02 commit da24a17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
push:
55
branches:
66
- main
7-
- testdarwin2
7+
- libgit2-*
88
tags:
99
- '**'
10-
# paths-ignore:
11-
# - README.md
12-
# pull_request:
13-
# paths-ignore:
14-
# - README.md
10+
paths-ignore:
11+
- README.md
12+
pull_request:
13+
paths-ignore:
14+
- README.md
1515

1616
permissions:
1717
contents: write # needed to write releases

0 commit comments

Comments
 (0)