Skip to content

Commit

Permalink
ci: update trigger rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ajndkr committed Dec 9, 2023
1 parent 3949671 commit 082909e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ on:
- main
paths:
- .github/workflows/ci.yaml
- poetry.lock
- pyproject.toml
- lanarky/**
- tests/**
- "!**.md"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- .github/workflows/ci.yaml
- poetry.lock
- pyproject.toml
- lanarky/**
- tests/**
- "!**.md"
Expand Down

0 comments on commit 082909e

Please sign in to comment.