Skip to content

Commit ba280f4

Browse files
committed
test docs workflow triggers and blockers
1 parent dcef6f1 commit ba280f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
id: pub
2222
run: |
2323
git fetch && git checkout main
24+
git diff --name-only ${{ github.event.before }} ${{ github.sha }}
2425
if git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -q "lib/package.json"; then
2526
echo "file_changed=true" >> $GITHUB_ENV
2627
else

0 commit comments

Comments
 (0)