Skip to content

Commit

Permalink
Added auto CI commit filter
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 16, 2024
1 parent ecd0ce8 commit 0263ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ concurrency:
jobs:
test:
name: 🐍 Python ${{ matrix.python-version }} on ${{ matrix.os }}
if: startsWith(github.event.head_commit.message, 'Bump version to') || startsWith(github.event.head_commit.message, '[CI]')
strategy:
fail-fast: false
matrix:
os: ["ubuntu-22.04"]
os: ["ubuntu-22.04", "windows-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0263ba4

Please sign in to comment.