Skip to content

Commit

Permalink
updated reusable workflow calls to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MJRichardson committed Nov 7, 2023
1 parent 466ac55 commit 5512116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:

jobs:
build-and-release:
uses: MJRichardson/shipped23/.github/workflows/build-and-release.yaml@release-main
uses: MJRichardson/shipped23/.github/workflows/build-and-release.yaml@main
with:
octopus-channel: "Release"
2 changes: 1 addition & 1 deletion .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:

jobs:
build-and-release:
uses: MJRichardson/shipped23/.github/workflows/build-and-release.yaml@release-main
uses: MJRichardson/shipped23/.github/workflows/build-and-release.yaml@main
with:
octopus-channel: "Branches"

0 comments on commit 5512116

Please sign in to comment.