Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update pipelines, workflows, and documents to reflect switch to main as default branch #170

Merged
merged 1 commit into from
Oct 16, 2023
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
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI

on:
push:
branches: [ master ]
branches: [ main ]

pull_request:
branches: [ master ]
branches: [ main ]

jobs:
run_suite:
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## How to Release the SDK

1. Make sure that all changes for the release are merged with the master branch.
2. From the root directory of the project in the master branch, run the following commands.
1. Make sure that all changes for the release are merged with the `main` branch.
2. From the root directory of the project in the `main` branch, run the following commands.
1. `go install ./...`
2. `go test ./...`
3. `go vet ./...`
Expand Down
2 changes: 1 addition & 1 deletion ci/pipelines/osspi-wavefront-sdk-go/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resources:
type: git
source:
uri: git@github.com:wavefrontHQ/wavefront-sdk-go
branch: master
branch: main
private_key: ((tas2to-osspi.github-private-key))

jobs:
Expand Down
Loading