mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 09:49:21 +01:00
Update Notification Workflows (#2695)
This commit is contained in:
parent
f0efb14e6d
commit
51488bb4be
3 changed files with 3 additions and 3 deletions
2
.github/workflows/example_notifier.yml
vendored
2
.github/workflows/example_notifier.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Warning maintainers
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
paths: examples/**
|
||||
jobs:
|
||||
job:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: Warning maintainers
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
paths:
|
||||
- requirements.txt
|
||||
- requirements-dev.txt
|
||||
|
|
2
.github/workflows/readme_notifier.yml
vendored
2
.github/workflows/readme_notifier.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Warning maintainers
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
paths:
|
||||
- README.rst
|
||||
- README_RAW.rst
|
||||
|
|
Loading…
Reference in a new issue