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:
|
with:
|
||||||
python-version: "3.12"
|
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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
pip install -U build
|
pip install -U build
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
name: Continuous integration
|
name: Test and report coverage
|
||||||
|
|
||||||
# GitHub events that triggers the workflow:
|
# GitHub events that triggers the workflow:
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main", "dev", "v1"]
|
branches: ["main", "dev"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main", "dev", "v1"]
|
branches: ["main", "dev"]
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
# The workflow:
|
# The workflow:
|
Loading…
Reference in New Issue