Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Mar 14, 2024
1 parent f6511f1 commit d8b2adb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
name: Build Test and Deploy
on:
workflow_dispatch:
inputs:
environment:
type: choice
description: Deployment Environment
options:
- dev
- prod
message:
required: true

jobs:
publish:
Expand Down

0 comments on commit d8b2adb

Please sign in to comment.