mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
18 lines
318 B
YAML
18 lines
318 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
|
|
versions_json: .github/versions.json
|