diff --git a/.act-event.json b/.act-event.json index 97ddbc4..35175f5 100644 --- a/.act-event.json +++ b/.act-event.json @@ -1,3 +1,3 @@ { - "act": true + "act": true } \ No newline at end of file diff --git a/.actrc b/.actrc index d7c8671..538a62f 100644 --- a/.actrc +++ b/.actrc @@ -6,4 +6,4 @@ -W .github/workflows/build.yml -j build --matrix os:ubuntu-latest ---matrix PYTHON_VERSION:3.12.1 +--matrix PYTHON_VERSION:3.13.1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7293a8c..526240a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b6c387d..32ee546 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -10,6 +10,7 @@ on: - '**' paths-ignore: - '**/*.md' + - '.act*' - '.editorconfig' - '.git*' - '.github/ISSUE_TEMPLATE/*'