We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc5be3a + 2cf010a commit de29a38Copy full SHA for de29a38
.github/workflows/main.yml
@@ -78,7 +78,7 @@ jobs:
78
set -x &&
79
mkdir -p artifacts &&
80
err= &&
81
- for dir in $(git diff --name-only \
+ for dir in $(git diff --name-only --diff-filter=ACMRTUXB \
82
${{ github.event.pull_request.base.sha }}...${{ github.event.pull_request.head.sha }} |
83
sed -n 's/^\([a-z][^/]*\)\/.*/\1/p' |
84
sort |
git-flow/PKGBUILD
0 commit comments