From 95f70601be272433d03db410944938c1495be6e9 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sat, 2 May 2020 21:17:10 -0700 Subject: [PATCH] Trigger the workflow on push or pull request Signed-off-by: Tamal Saha --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d39b1c0a5..a38cb62fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,12 @@ name: CI on: + pull_request: + branches: + - '*' push: - branches-ignore: - - 'release-*' - tags-ignore: - - '*.*' + branches: + - master jobs: