From b2d4e1b488ced71a4b179146ee5a7b8b5b3df94e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 6 Feb 2024 20:33:25 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6545d560..11d67f6b 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ jobs: * [schedule](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule) * [release](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release) * [workflow\_dispatch](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch) +* [workflow\_run](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run) * [merge\_group](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#merge_group) * [issue\_comment](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issue_comment) * ...and many more