Switch to automatic versioning

This commit is contained in:
2024-04-21 17:20:58 +01:00
parent 4df979ef6b
commit 618b8c149b
10 changed files with 157 additions and 31 deletions

View File

@ -1,16 +1,14 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- '.gitignore'
- '.github/CODEOWNERS'
- '.github/renovate.json'
- '.github/dependabot.yml'
- "README.md"
- "LICENSE.md"
- ".gitignore"
- ".github/CODEOWNERS"
- ".github/renovate.json"
- ".github/dependabot.yml"
jobs:
pythonci: