diff --git a/.github/workflows/flex-update-achived.yml b/.github/workflows/flex-update-achived.yml new file mode 100644 index 00000000..080f8427 --- /dev/null +++ b/.github/workflows/flex-update-achived.yml @@ -0,0 +1,7 @@ +name: Update Flex Archives + +on: [workflow_dispatch] + +jobs: + call-flex-update: + uses: symfony/recipes/.github/workflows/callable-flex-update-archived.yml@main diff --git a/.github/workflows/flex-update.yml b/.github/workflows/flex-update.yml new file mode 100644 index 00000000..4889061c --- /dev/null +++ b/.github/workflows/flex-update.yml @@ -0,0 +1,16 @@ +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