summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-11 16:36:36 -0600
committermo khan <mo.khan@gmail.com>2020-04-11 16:36:36 -0600
commit4577a59bd41f79bab77bcac2515ae48c1e8c2cd5 (patch)
treefdd03be90da3387cb2b0a6c4375864de2adac651 /.github/workflows/ci.yml
parent6091563764242f513e0c06813299641d384d1b4e (diff)
Remove pull_request event
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 026a018..0cf88f3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,5 @@
name: ci
-on: [push, pull_request]
+on: [push]
jobs:
build:
runs-on: ubuntu-latest