From 0f133cdd0c8bccbdf7b2e26ffc3456d07f44b26f Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra Date: Fri, 10 Jun 2022 16:13:40 -0400 Subject: [PATCH] chore(ci): run ci on all branches and commits --- .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 2a3a6723..87f378c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,9 @@ name: ci on: + push: + branches: ['*'] pull_request: - branches: - - master - workflow_dispatch: - branches: - - master + branches: ['*'] jobs: test: