fix: fixed branch name in release drafter

This commit is contained in:
Ankit Nayan 2021-08-03 01:31:41 +05:30
parent f861a5c77d
commit 29c26777b6

View File

@ -4,7 +4,7 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well