From f2df183380d6c42474de158ed56512d1ff632f30 Mon Sep 17 00:00:00 2001 From: Mathew Heard Date: Mon, 12 Jul 2021 11:39:31 +1000 Subject: [PATCH] ci: run for all branches (cherry picked from commit 5666f0d99e3698bf4b50d243151cb1a445bb81ea) --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21b3aba5..214dd1dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,12 +2,6 @@ name: Build and test on: push: - branches: - - master - - "1.1" - tags: - - "release-*" - pull_request: types: - opened -- 2.20.1