mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Enable GitHub Actions on Pull Requests
This commit is contained in:
parent
ecd83c594c
commit
ed3576e8e6
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Pyrogram
|
name: Pyrogram
|
||||||
|
|
||||||
on: [ push ]
|
on: [ push, pull_request ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -30,4 +30,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
tox
|
tox
|
||||||
|
Loading…
Reference in New Issue
Block a user