build: use Python 3.13.1 when building with act

This commit is contained in:
sebthom
2025-02-03 21:12:45 +01:00
parent 67fd0e2724
commit 9cd4fdd693
4 changed files with 5 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ on:
- '**'
paths-ignore:
- '**/*.md'
- '.act*'
- '.editorconfig'
- '.git*'
- '.github/*.yml'
@@ -26,6 +27,7 @@ on:
pull_request:
paths-ignore:
- '**/*.md'
- '.act*'
- '.editorconfig'
- '.git*'
- '.github/*.yml'

View File

@@ -10,6 +10,7 @@ on:
- '**'
paths-ignore:
- '**/*.md'
- '.act*'
- '.editorconfig'
- '.git*'
- '.github/ISSUE_TEMPLATE/*'