We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad9bc4 commit cc35d27Copy full SHA for cc35d27
.github/workflows/flex-update-achived.yml
@@ -0,0 +1,7 @@
1
+name: Update Flex Archives
2
+
3
+on: [workflow_dispatch]
4
5
+jobs:
6
+ call-flex-update:
7
+ uses: symfony/recipes/.github/workflows/callable-flex-update-archived.yml@main
.github/workflows/flex-update.yml
@@ -0,0 +1,17 @@
+name: Update Flex endpoint
+on:
+ push:
+ branches:
+ - master
8
+defaults:
9
+ run:
10
+ shell: bash
11
12
13
14
+ uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
15
+ with:
16
+ branch: master
17
0 commit comments