Skip to content

Commit ed3576e

Browse files
authored
Enable GitHub Actions on Pull Requests
1 parent ecd83c5 commit ed3576e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Pyrogram
22

3-
on: [ push ]
3+
on: [ push, pull_request ]
44

55
jobs:
66
build:
@@ -30,4 +30,4 @@ jobs:
3030
3131
- name: Run tests
3232
run: |
33-
tox
33+
tox

0 commit comments

Comments
 (0)