Skip to content

Commit

Permalink
Test workflow dispatch branch
Browse files Browse the repository at this point in the history
  • Loading branch information
san99tiago committed Feb 8, 2024
1 parent 42dd2df commit 1b29725
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: deploy
on:
push:
branches: [ 'main', 'develop']
workflow_dispatch:
inputs:
branches:
description: 'Branch reference'
required: true
default: 'develop'

env:
AWS_DEFAULT_REGION: us-east-1
AWS_DEFAULT_OUTPUT: json
Expand Down

0 comments on commit 1b29725

Please sign in to comment.