1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
Takunomi Automaticus, The 2nd 2025-03-14 00:02:12 +01:00
parent 6ffe63c11c
commit 92366ebfe8
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ on:
push: push:
tags: tags:
- 'v[0-9]+.[0-9]+.[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+'
paths-ignore: ['README.md', '.gitignore', 'LICENSE', 'CONVENTIONS.md'] paths-ignore: ['README.md', '.gitignore', 'LICENSE', 'CONVENTIONS.md', 'ruff.toml']
jobs: jobs:
Package: Package:

View File

@ -2,7 +2,7 @@ name: Run Python tests (through Pytest)
on: on:
push: push:
paths-ignore: ['README.md', '.gitignore', 'LICENSE', 'CONVENTIONS.md'] paths-ignore: ['README.md', '.gitignore', 'LICENSE', 'CONVENTIONS.md', 'ruff.toml']
jobs: jobs:
Test: Test:

View File

@ -2,7 +2,7 @@ name: Verify Python project can be installed, loaded and have version checked
on: on:
push: push:
paths-ignore: ['README.md', '.gitignore', 'LICENSE', 'CONVENTIONS.md'] paths-ignore: ['README.md', '.gitignore', 'LICENSE', 'CONVENTIONS.md', 'ruff.toml']
jobs: jobs:
Test: Test: