Skip to content

Commit

Permalink
Update main branch name (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryadk authored Mar 24, 2023
1 parent 669ba18 commit 6771e03
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Master - Publish npm
name: Build Main - Publish npm
on:
release:
types:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build Master - Upload to AWS S3
name: Build Main - Upload to AWS S3
on:
release:
types:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Build Master - SwaggerHub CLI
name: Build Main - SwaggerHub CLI
on:
push:
branches: [ master ]
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Pull Requests - SwaggerHub CLI
on:
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ OPTIONS
DESCRIPTION
See the documentation for configuration files:
https://github.com/SmartBear/swaggerhub-cli/tree/master/examples/integrations
https://github.com/SmartBear/swaggerhub-cli/tree/main/examples/integrations
When VERSION is not included in the argument, the integration will be added to be default API version.
EXAMPLE
Expand Down
2 changes: 1 addition & 1 deletion src/commands/integration/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CreateIntegrationCommand extends BaseCommand {
}

CreateIntegrationCommand.description = `creates a new API integration from a JSON configuration file.
See the documentation for configuration files: https://github.com/SmartBear/swaggerhub-cli/tree/master/examples/integrations
See the documentation for configuration files: https://github.com/SmartBear/swaggerhub-cli/tree/main/examples/integrations
When VERSION is not included in the argument, the integration will be added to be default API version.
`

Expand Down

0 comments on commit 6771e03

Please sign in to comment.