Skip to content

Commit de29a38

Browse files
authored
Merge pull request #264 from git-for-windows/drop-git-flow
git-flow: drop it
2 parents cc5be3a + 2cf010a commit de29a38

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
set -x &&
7979
mkdir -p artifacts &&
8080
err= &&
81-
for dir in $(git diff --name-only \
81+
for dir in $(git diff --name-only --diff-filter=ACMRTUXB \
8282
${{ github.event.pull_request.base.sha }}...${{ github.event.pull_request.head.sha }} |
8383
sed -n 's/^\([a-z][^/]*\)\/.*/\1/p' |
8484
sort |

git-flow/PKGBUILD

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)