Skip to content

Commit

Permalink
+4
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Apr 26, 2024
1 parent b2497fb commit 63f8543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
echo '=========='
git branch -r
echo '=========='
git branch -r | grep '^origin/gh-pages/'
echo '=========='
for branch in $(git branch -r | grep '^origin/gh-pages/'); do
branch_name=$(echo $branch | sed 's#origin/gh-pages/##')
Expand Down

0 comments on commit 63f8543

Please sign in to comment.