From 2320cdc2879228e4efea4487cc3cf3a40bd3cd52 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Wed, 30 Dec 2020 11:48:57 +0100 Subject: [PATCH] Use on: [push, pull_request] in examples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d217a4f..3616fbb 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ for Ubuntu and macOS and in [windows-versions.js](windows-versions.js) for Windo ```yaml name: My workflow -on: [push] +on: [push, pull_request] jobs: test: runs-on: ubuntu-latest @@ -76,7 +76,7 @@ This matrix tests all stable releases and `head` versions of MRI, JRuby and Truf ```yaml name: My workflow -on: [push] +on: [push, pull_request] jobs: test: strategy: @@ -98,7 +98,7 @@ jobs: ```yaml name: My workflow -on: [push] +on: [push, pull_request] jobs: test: strategy: