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

Commit

Permalink
Merge pull request #15 from pjbgf/fix-targets
Browse files Browse the repository at this point in the history
Add libgit2-* as part of build targets. Revert paths-ignore changes.
  • Loading branch information
stefanprodan authored Feb 8, 2022
2 parents 17b6b59 + ff2ecab commit 2ac1588
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac1588

Please sign in to comment.