Skip to content

Commit

Permalink
Merge pull request #363 from LucienShui/chore/change_branch_name
Browse files Browse the repository at this point in the history
Change master to main in github workflow
  • Loading branch information
LucienShui authored Mar 13, 2021
2 parents a5c47ba + 1dd3eb7 commit c3f435e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish beta to docker registry
on:
push:
branches:
- master
- main

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.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:
draft_release:
Expand Down

0 comments on commit c3f435e

Please sign in to comment.