Skip to content

Commit

Permalink
Add github actions for building recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofvc committed Nov 3, 2021
1 parent 1d9979e commit 04f44db
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/flex-cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Cleanup Flex testing endpoint

on:
pull_request_target:
types: [ closed ]

defaults:
run:
shell: bash

jobs:
call-flex-cleanup:
uses: symfony/recipes/.github/workflows/callable-flex-cleanup.yml@main
17 changes: 17 additions & 0 deletions .github/workflows/flex-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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

0 comments on commit 04f44db

Please sign in to comment.