mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-24 05:58:06 -05:00
Merge branch 'main' of https://github.com/sinaatalay/rendercv
This commit is contained in:
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
@@ -3,7 +3,8 @@ name: Publish to PyPI and update files
|
||||
# GitHub events that triggers the workflow:
|
||||
on:
|
||||
release:
|
||||
types: [released, edited]
|
||||
types:
|
||||
- published
|
||||
|
||||
jobs:
|
||||
call_tests_workflow:
|
||||
@@ -90,4 +91,4 @@ jobs:
|
||||
|
||||
- name: Push changes
|
||||
run: |
|
||||
git push
|
||||
git push origin HEAD:main
|
||||
|
||||
Reference in New Issue
Block a user