From 11f3896702b8ac35f8345e3d750bff018fccbefd Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 11 Dec 2020 16:18:42 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 14ff81e..df611d4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,15 @@ Get branch information without the `/ref/*` prefix ### Possible usage with [actions/checkout@v2](https://github.com/actions/checkout): ```yaml +on: + pull_request: + branches: + - develop + + jobs: + test: + runs-on: ubuntu-latest + steps: - name: Get branch names. id: branch-names uses: tj-actions/branch-names@v1