Skip to content

Commit

Permalink
Rename master branch to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jun 18, 2020
1 parent a7ed6a6 commit e8c9e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-emulator-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * 3' # build and publish emulator images every Wednesday
push:
branches:
- master
- main
paths-ignore:
- README.md

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-sdk-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Publish Android SDK Image
on:
push:
branches:
- master
- main
paths-ignore:
- README.md

Expand Down

0 comments on commit e8c9e4b

Please sign in to comment.