Skip to content

Commit

Permalink
Updates to adapt to default branch as main (aws#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 authored Nov 17, 2022
1 parent c855010 commit 214d5a2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name: build-and-test-linux
on:
push:
branches: [master, main]
branches:
- main
paths-ignore:
- '**/*.md'
- '.github/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name: build-and-test-macos
on:
push:
branches: [master, main]
branches:
- main
paths-ignore:
- '**/*.md'
- '.github/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name: build-and-test-windows
on:
push:
branches: [master, main]
branches:
- main
paths-ignore:
- '**/*.md'
- '.github/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: CodeQL Analysis

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

concurrency:
group: codeql-${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
on:
push:
branches:
- master
- main
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail
## Contributing via Pull Requests
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:

1. You are working against the latest source on the *master* branch.
1. You are working against the latest source on the *main* branch.
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![codecov](https://codecov.io/gh/aws/amazon-cloudwatch-agent/branch/master/graph/badge.svg?token=79VYANUGOM)](https://codecov.io/gh/aws/amazon-cloudwatch-agent)
[![codecov](https://codecov.io/gh/aws/amazon-cloudwatch-agent/branch/main/graph/badge.svg?token=79VYANUGOM)](https://codecov.io/gh/aws/amazon-cloudwatch-agent)

# Amazon CloudWatch Agent
The Amazon CloudWatch Agent is software developed for the [CloudWatch Agent](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-Agent.html)
Expand Down Expand Up @@ -100,7 +100,7 @@ For example, the following excerpt of the CloudWatch agent configuration file pu
"expression": "P(UT|OST)"
}
]
},
}
]
}
```
Expand Down

0 comments on commit 214d5a2

Please sign in to comment.