From: aru Date: Mon, 30 Aug 2021 17:26:21 +0000 (-0400) Subject: fix: run pypi / docker upload from published draft releases (#2461) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/79575f3376f043186d8b8c4885ef51c6b3c36246 fix: run pypi / docker upload from published draft releases (#2461) Draft releases don't trigger the workflows (that's good!) but since they only Commit history before merge: * fix: run pypi upload from published draft releases * Fix broken task list markup in PR template * change docker workflow to build on release publish Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com> --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 36f98c5..833cd16 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,9 +18,9 @@ Tests are required for bugfixes and new features. Documentation changes are necessary for formatting and most enhancement changes. --> -- [] Add a CHANGELOG entry if necessary? -- [] Add / update tests if necessary? -- [] Add new / update outdated documentation? +- [ ] Add a CHANGELOG entry if necessary? +- [ ] Add / update tests if necessary? +- [ ] Add new / update outdated documentation?