name: Update Flex endpoint on: push: branches: - main defaults: run: shell: bash jobs: call-flex-update: uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main with: branch: main contrib: true call-recipe-readme-update: needs: 'call-flex-update' uses: symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main