Files
symfony-flex-recipes-contrib/.github/workflows/flex-update.yml
T
2021-10-18 16:22:50 +02:00

18 lines
295 B
YAML

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