From f783899bad07bad4841f44ada1d343bcfc9f9917 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sat, 2 May 2020 23:43:34 -0700 Subject: [PATCH] Trigger the workflow on push to master Signed-off-by: Tamal Saha --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fd440fe0..e445983d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,11 @@ name: CI on: pull_request: - branches: + branches: - '*' push: - branches-ignore: - - 'release-*' - tags-ignore: - - '*.*' + branches: + - master jobs: