Skip to content

Commit

Permalink
swap build branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
brhelwig committed Aug 14, 2023
1 parent 5232680 commit 9caf8b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
ref:
default: develop
default: main
description: "Git Tag, Branch or SHA to build"
required: true
secrets:
Expand All @@ -14,7 +14,7 @@ on:
types:
- closed
branches:
- develop
- main
secrets:
BUILD_USER_PAT:
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/app_stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
ref:
default: develop
default: main
description: "Git Tag, Branch or SHA to build"
required: true
secrets:
Expand All @@ -14,7 +14,7 @@ on:
types:
- closed
branches:
- develop
- main
secrets:
BUILD_USER_PAT:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ref:
description: "Git Tag, Branch or SHA to build"
required: true
default: "develop"
default: "main"
earlyaccess:
description: "Is this a early access build?"
default: true
Expand Down

0 comments on commit 9caf8b0

Please sign in to comment.