Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Please

on:
push:
branches: [connect]
branches: [main]
workflow_dispatch:

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: string
# Trigger on branch push for pre-releases
push:
branches: [connect]
branches: [main]

jobs:
build:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
prerelease/*.jar
LICENSE
body: |
Automated pre-release build from `connect` branch.
Automated pre-release build from `main` branch.

**Version:** ${{ steps.version.outputs.version }}
**Commit:** ${{ github.sha }}
Expand Down
Loading