From 65e1e0d22015134b7603999174dd0ecf2736d8a1 Mon Sep 17 00:00:00 2001 From: akhilmhdh Date: Sat, 13 Nov 2021 00:22:32 +0530 Subject: [PATCH] chore: updated readme demo workflow syntax --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb0bb1..65d7f35 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,10 @@ The contributors list is fetched from [GitHub API](https://developer.github.com/ If you're new to actions, add these to your `.github/workflows/main.yml` file. If this file does not exist, create one. ```yml -on: [push, pull_request] +on: + push: + branches: + - main jobs: contrib-readme-job: