diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7a4b996e..5bece5fc 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -1,6 +1,6 @@ name: Pyrogram -on: [ push ] +on: [ push, pull_request ] jobs: build: @@ -30,4 +30,4 @@ jobs: - name: Run tests run: | - tox \ No newline at end of file + tox