Skip to content

Commit 51659e2

Browse files
committed
update readme
1 parent 6c6d47f commit 51659e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/UpdateReadmeOnPush.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- t
78

89
jobs:
910
update-readme:
@@ -24,6 +25,7 @@ jobs:
2425
id: check-files
2526
run: |
2627
if git diff --name-only HEAD~1 HEAD -- ./ | grep -E '^\d+[A-Z]\.(cpp|py)$' | grep -v '^\.github/'; then
28+
echo "inside"
2729
echo "::set-output name=changed::true"
2830
echo "::set-output name=updated_files::$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '^\d+[A-Z]\.(cpp|py)$')"
2931
else

0 commit comments

Comments
 (0)