From ed3576e8e655a24192303b0e9295f1fe16c0e97a Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 11 May 2021 10:18:30 +0200 Subject: [PATCH] Enable GitHub Actions on Pull Requests --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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