Make CI Run After chango Commits (#5157)

This commit is contained in:
Harshil
2026-03-12 18:09:43 -04:00
committed by GitHub
parent f85da33619
commit b18e46a80d
5 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
name: Test Admonitions Generation
on:
pull_request:
types: [synchronize, reopened, ready_for_review]
paths:
- src/telegram/**
- docs/**
+1
View File
@@ -1,6 +1,7 @@
name: Bot API Tests
on:
pull_request:
types: [synchronize, reopened, ready_for_review]
paths:
- src/telegram/**
- tests/**
+1
View File
@@ -1,6 +1,7 @@
name: Check Type Completeness
on:
pull_request:
types: [synchronize, reopened, ready_for_review]
paths:
- src/telegram/**
- pyproject.toml
+1
View File
@@ -1,6 +1,7 @@
name: Unit Tests
on:
pull_request:
types: [synchronize, reopened, ready_for_review]
paths:
- src/telegram/**
- tests/**