Skip to content

Commit

Permalink
Add workflow_dispatch event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
steventux committed Oct 17, 2023
1 parent 35368d1 commit 10e34f3
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 10e34f3

Please sign in to comment.