From 58d8d9a907dd6ec2c6a403f9442b5d31bac27293 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 22 Jun 2020 13:49:31 +0800 Subject: [PATCH] chore(ci): trigger CI for all branch and PR --- .github/workflows/nodejs.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6097d541..be9b57a7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,12 +1,6 @@ name: Build & Test -on: - push: - branches: - - master - pull_request: - branches: - - master +on: [push, pull_request] jobs: build: @@ -31,4 +25,3 @@ jobs: run: yarn test-unit env: CI: true -