mirror of https://github.com/eyhc1/rendercv.git
update workflows
This commit is contained in:
parent
f17e6fc628
commit
065af5a680
|
@ -25,6 +25,11 @@ jobs:
|
|||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Check if the release tag matches the version
|
||||
uses: samuelcolvin/check-python-version@v4.1
|
||||
with:
|
||||
version_file_path: rendercv/__init__.py
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
pip install -U build
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
name: Continuous integration
|
||||
name: Test and report coverage
|
||||
|
||||
# GitHub events that triggers the workflow:
|
||||
on:
|
||||
push:
|
||||
branches: ["main", "dev", "v1"]
|
||||
branches: ["main", "dev"]
|
||||
pull_request:
|
||||
branches: ["main", "dev", "v1"]
|
||||
branches: ["main", "dev"]
|
||||
workflow_call:
|
||||
|
||||
# The workflow:
|
Loading…
Reference in New Issue