Skip to content

Commit

Permalink
Fix default branch name for release drafter
Browse files Browse the repository at this point in the history
We're using `main` and not `master`
  • Loading branch information
Mickaël Guérin authored Sep 23, 2020
1 parent 3c1d5df commit 4f1f900
Showing 1 changed file with 1 addition and 1 deletion.
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:
update_release_draft:
Expand Down

0 comments on commit 4f1f900

Please sign in to comment.