summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-06-11 10:56:04 -0300
committerAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-06-11 10:56:04 -0300
commit01b7567c12aae68610fc2ebcb4dd3ba54d193f96 (patch)
tree485f96a11c2dedcb2efcc7decd9ca17abbfe9c4a
parent4620fcb4a7705be22c4d2022b650e2ad4309b9df (diff)
downloadpry-01b7567c12aae68610fc2ebcb4dd3ba54d193f96.tar.gz
Add pull_request event to GH Actions
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index aab17db3..7d18da56 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,6 +1,6 @@
name: pry
-on: [push]
+on: [push, pull_request]
jobs:
test: