From 0422c0d01950799afd8096b8ef382dcd4aa76dd7 Mon Sep 17 00:00:00 2001 From: tydeu Date: Thu, 11 Nov 2021 18:51:24 -0500 Subject: [PATCH] ci: trigger on all branches --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b84061e23..6ee120aa1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: CI -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [ push, pull_request ] jobs: build: