Skip to content

Commit

Permalink
fix: ci-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed Dec 6, 2024
1 parent f0fb7be commit 67b7c41
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,23 @@ on:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
paths:
- "src/**/*.py"
- "src/**"
- "tests/**"
- "requirements.txt"
- ".dockerignore"
- "./.docker/Dockerfile"
- ".docker/Dockerfile"
- "docker-compose*.yml"
- ".github/workflows/python.yml"
pull_request:
types: [opened, synchronize]
branches:
- "*"
paths:
- "src/**/*.py"
- "tests/**/*.py"
- "src/**"
- "tests/**"
- "requirements.txt"
- ".dockerignore"
- "./.docker/Dockerfile"
- ".docker/Dockerfile"
- "docker-compose*.yml"
- ".github/workflows/python.yml"
workflow_dispatch:
Expand Down

0 comments on commit 67b7c41

Please sign in to comment.