There was an error while loading. Please reload this page.
1 parent 3a9e33f commit 87cbd21Copy full SHA for 87cbd21
1 file changed
.github/workflows/deployment.yaml
@@ -29,6 +29,14 @@ on:
29
required: false
30
description: EKS namespace
31
type: string
32
+ pushTarget:
33
+ required: false
34
+ description: Push commits to env-named tags or to the main branch
35
+ type: choice
36
+ options:
37
+ - main-branch
38
+ - env-tag
39
+ default: main-branch
40
ref:
41
42
description: The github ref to deploy
@@ -47,14 +55,6 @@ on:
47
55
48
56
description: The url where the application is served
49
57
50
- pushTarget:
51
- required: false
52
- description: Push commits to env-named tags or to the main branch
53
- type: choice
54
- options:
- - main-branch
- - env-tag
- default: main-branch
58
versionKey:
59
60
0 commit comments