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
|
name: Warning maintainers
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
paths: examples/**
|
paths: examples/**
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: Warning maintainers
|
name: Warning maintainers
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
paths:
|
paths:
|
||||||
- requirements.txt
|
- requirements.txt
|
||||||
- requirements-dev.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
|
name: Warning maintainers
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
paths:
|
paths:
|
||||||
- README.rst
|
- README.rst
|
||||||
- README_RAW.rst
|
- README_RAW.rst
|
||||||
|
|
Loading…
Reference in a new issue