Correcting the branch name for release drafter Github action
This commit is contained in:
parent
943bf6e2c4
commit
85e9fa7282
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Release Drafter
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_release_draft:
|
update_release_draft:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user