Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Update default branch to main in workflows (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler authored and ylwu-amzn committed Feb 24, 2021
1 parent aedfcdb commit cfba67f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build and Test Anomaly detection
on:
push:
branches:
- master
- main
- opendistro-*
pull_request:
branches:
- master
- main
- opendistro-*

jobs:
Expand Down Expand Up @@ -84,4 +84,3 @@ jobs:
with:
file: ./build/reports/jacoco/test/jacocoTestReport.xml
flags: plugin

2 changes: 1 addition & 1 deletion .github/workflows/draft-release-notes-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- master
- main

jobs:
update_release_draft:
Expand Down

0 comments on commit cfba67f

Please sign in to comment.