From c434858b63324c1edfe20eff9343f312cdf413e9 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Mon, 7 Nov 2022 14:50:47 -0700 Subject: [PATCH] github actions: run test action on all branches --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd71c6f..aa790b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,6 @@ name: Test Action on: push: - branches: - - master pull_request: jobs: