fix branch name type (#1748)

This commit is contained in:
Cijo Thomas 2021-01-29 12:51:13 -08:00 committed by GitHub
parent 0472991390
commit 0b19047f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
branches: [master,metrics]
branches: [main,metrics]
steps:
- uses: actions/checkout@v2