summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-02-17 07:54:00 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2021-02-17 00:23:30 -0800
commit6d826c8b8a838aa366bb7e9b8910611392e14559 (patch)
treedaa6407a4a1838c2b17a5a06b98ec02ad54b1547 /.github
parent773b883175ae50db024d59c7cce85c73e3f47e67 (diff)
downloadrabbitmq-c-6d826c8b8a838aa366bb7e9b8910611392e14559.tar.gz
ci: run presubmits on PRs as well as pushes
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to '.github')
-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 452e08e..0a8e2bf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,6 @@
name: CI
-on: [push]
+on: [push, pull_request]
jobs:
build-linux: