Skip to content

Commit

Permalink
branch changed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
mijanr authored Mar 16, 2024
1 parent 6a160b8 commit d7d2f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update README
on:
push:
branches:
- test2
- main

jobs:
update-readme:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Md Mijanur Rahman"
git commit -am "Update README with test results" || exit 0
git push
git push

0 comments on commit d7d2f3c

Please sign in to comment.