Files
archived-recipes-contrib/.github/workflows/flex-update.yml
2022-05-02 09:26:42 +02:00

22 lines
444 B
YAML

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