Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Jul 30, 2024
1 parent 38f1882 commit fc19025
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ on:
branches: [dev]
paths:
- "**.py"
- ".github/workflows/check.yaml"
- ".github/workflows/lint.yaml"
- "pyproject.toml"
- "pyrightconfig.json"
- ".pre-commit-config.yaml"
pull_request:
branches: [dev, main]
paths:
- "**.py"
- ".github/workflows/check.yaml"
- ".github/workflows/lint.yaml"
- "pyproject.toml"
- "pyrightconfig.json"
- ".pre-commit-config.yaml"

jobs:
build:
Expand Down

0 comments on commit fc19025

Please sign in to comment.