Skip to content

Commit

Permalink
Merge pull request #141 from DFE-Digital/add-workflow-dispatch-to-bui…
Browse files Browse the repository at this point in the history
…ld-and-deploy

Add workflow_dispatch event trigger
  • Loading branch information
gpeng authored Dec 8, 2023
2 parents 20e2fb6 + 10e34f3 commit dfdf18b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ on:
branches:
- main
types: [opened, reopened, synchronize, labeled]
workflow_dispatch:
inputs:
environment:
description: "Environment"
required: true
type: choice
options:
- test
- preproduction
- production

permissions:
contents: write
Expand Down

0 comments on commit dfdf18b

Please sign in to comment.