We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426eabe commit 7a00a43Copy full SHA for 7a00a43
1 file changed
ci.yaml
@@ -11,13 +11,21 @@ on:
11
# references a build defined in build.yaml
12
build_name: keydb-build
13
arch_types: ["amd64", "arm64"]
14
+ - workflow_type: backend_workflow
15
+ # references a build defined in build.yaml
16
+ build_name: keydb-docker-build
17
+ arch_types: ["amd64", "arm64"]
18
# on push is used for release branch, meaning: trigger this build when there is commit pushed to this branch
19
push:
20
- branches: [main]
21
workflows:
22
- workflow_type: backend_workflow
23
24
25
26
27
28
29
30
# below defines which branch is release branch / release tag
31
machamp:
0 commit comments