Skip to content

Commit

Permalink
Merge pull request #49 from hackerspace-ntnu/fix-ga
Browse files Browse the repository at this point in the history
Workflow dispatch for github action
  • Loading branch information
michaelbrusegard authored Sep 25, 2024
2 parents d1988ca + 3b3b933 commit b97d6ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ on:
description: 'Deployment environment'
required: true
default: 'Development'
enum: ['Production', 'Development']
type: choice
options:
- Development
- Production

jobs:
deploy-prod:
Expand Down

0 comments on commit b97d6ba

Please sign in to comment.