Skip to content

Commit

Permalink
feat: add github actionfto update flex
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Dec 1, 2023
1 parent 04e3418 commit cba0b3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/flex-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update Flex endpoint
on:
push:
branches:
- main
defaults:
run:
shell: bash
jobs:
call-flex-update:
concurrency: flex-update-${{ github.ref }}
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
with:
branch: main
contrib: true
File renamed without changes.

0 comments on commit cba0b3d

Please sign in to comment.