diff --git a/.github/workflows/update_readme.yaml b/.github/workflows/update_readme.yaml index 88ac830f..abc775e5 100644 --- a/.github/workflows/update_readme.yaml +++ b/.github/workflows/update_readme.yaml @@ -3,7 +3,7 @@ name: Update README on: push: branches: - - test2 + - main jobs: update-readme: @@ -43,4 +43,4 @@ jobs: git config --global user.email "md.rahman.ce@gmail.com" git config --global user.name "Md Mijanur Rahman" git commit -am "Update README with test results" || exit 0 - git push \ No newline at end of file + git push