Commit 3ffd789
committed
Add manual trigger and prod release input to workflow
Added a `workflow_dispatch` trigger to the GitHub Actions
workflow, enabling manual execution with a `prod_release`
boolean input. This input allows users to specify whether
to release to production, with a default value of `false`.
Updated the `if` condition for the `build_and_deploy_job`
to include the `prod_release` input. The job now runs if
`prod_release` is `true` or for `pull_request` events
(excluding the `closed` action), providing more control
over workflow execution.1 parent 91cd499 commit 3ffd789
File tree
1 file changed
+8
-1
lines changed- .github/workflows
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
14 | | - | |
| 21 | + | |
15 | 22 | | |
16 | 23 | | |
17 | 24 | | |
| |||
0 commit comments