diff --git a/.github/workflows/on-push-to-main-branch.yaml b/.github/workflows/on-push-to-main-branch.yaml index bca2453b..3ecc454e 100644 --- a/.github/workflows/on-push-to-main-branch.yaml +++ b/.github/workflows/on-push-to-main-branch.yaml @@ -45,6 +45,9 @@ jobs: - name: Integration Test run: dotnet test -f ${{ matrix.target-framework }} tests/Integration/Momento.Sdk.Tests + generate_readme: + runs-on: ubuntu-latest + steps: - name: Generate README uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v2 with: