diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 418fedcd..804c5f3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,4 +224,4 @@ jobs: git commit -m "Updating CodeExamples.md" branch=${GITHUB_HEAD_REF#refs/heads/} echo Pushing changes to branch: ${branch} - git push origin HEAD:${branch} --force \ No newline at end of file + git push origin HEAD:${branch} --force || echo Nothing to commit \ No newline at end of file