Enable GitHub Actions on Pull Requests

This commit is contained in:
Dan 2021-05-11 10:18:30 +02:00 committed by GitHub
parent ecd83c594c
commit ed3576e8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: Pyrogram
on: [ push ]
on: [ push, pull_request ]
jobs:
build:
@ -30,4 +30,4 @@ jobs:
- name: Run tests
run: |
tox
tox