Skip to content

Commit

Permalink
Update branch name from new to main in workflow (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmtech authored Jul 16, 2024
1 parent 71e712f commit 9d0c402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Deploy to Amplify Prod

on:
push:
branches: [new]
branches: [main]
workflow_dispatch:
inputs:
ref:
type: string
required: true
description: Git ref
default: new
default: main

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Deploy to Amplify Stage

on:
push:
branches: [new]
branches: [main]
workflow_dispatch:
inputs:
ref:
type: string
required: true
description: Git ref
default: new
default: main

jobs:
deploy:
Expand Down

0 comments on commit 9d0c402

Please sign in to comment.