From 1e4d1b6ee6731252106416b23b22a40ccd63cbc6 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Fri, 6 Mar 2020 11:34:24 +0900 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed3e5ea..754bab5 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Here is an example setting all of the input parameters. ``` Here is an example `on: repository_dispatch` workflow to receive the event. +Note that repository dispatch events will only trigger a workflow run if the workflow is committed to the default branch (usually `master`). ```yml name: Repository Dispatch