From 4eb15bc2674620c619afa9a3108347db2b3c2751 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 15 Jun 2020 22:15:38 +0200 Subject: [PATCH] Update README Add links to pull_request / push events that trigger workflows --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c6b086e..a0373ff 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Github workflows built-in [path filters](https://help.github.com/en/actions/refe doesn't allow this because they doesn't work on a level of individual jobs or steps. Action supports workflows triggered by: -- Pull request: changes are detected against the base branch -- Push: changes are detected against the most recent commit on the same branch before the push +- **[pull_request](https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request)**: changes are detected against the base branch +- **[push](https://help.github.com/en/actions/reference/events-that-trigger-workflows#push-event-push)**: changes are detected against the most recent commit on the same branch before the push ## Usage @@ -41,9 +41,6 @@ on: branches: - master pull_request: - types: - - opened - - synchronize branches: - master jobs: