mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
22 lines
444 B
YAML
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
|