mirror of https://github.com/eyhc1/rendercv.git
workflows: fix publish.yaml
This commit is contained in:
parent
8419732738
commit
6561254c67
|
@ -3,12 +3,12 @@ name: Publish to PyPI
|
|||
# GitHub events that triggers the workflow:
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
types: [released, edited]
|
||||
|
||||
jobs:
|
||||
call_ci_workflow:
|
||||
name: Continuous integration
|
||||
uses: ./.github/workflows/ci.yaml
|
||||
call_tests_workflow:
|
||||
name: Tests
|
||||
uses: ./.github/workflows/tests.yaml
|
||||
|
||||
publish:
|
||||
name: Publish to PyPI
|
||||
|
|
Loading…
Reference in New Issue