From 8d72e6881177aeb96a8b029d4eb00830579129ea Mon Sep 17 00:00:00 2001 From: iTrooz_ Date: Wed, 31 Aug 2022 15:48:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39bee775..97318c25 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Let's suppose you have a workflow with a job in it that at the end uploads an ar pr: ${{github.event.pull_request.number}} # Optional, no need to specify if PR is commit: ${{github.event.pull_request.head.sha}} - # Optional, will use the branch + # Optional, will use the specified branch. Defaults to all branches branch: master # Optional, defaults to all types event: push