Enable GitHub Actions on Pull Requests
This commit is contained in:
parent
ecd83c594c
commit
ed3576e8e6
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Pyrogram
|
||||
|
||||
on: [ push ]
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user