From 5dda265f6c9d3554ac3aa0f4dad434361bbceee6 Mon Sep 17 00:00:00 2001 From: Michael Thornton Date: Mon, 11 Dec 2023 13:25:33 -0800 Subject: [PATCH] remove branch filters --- .github/workflows/blt.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/blt.yml b/.github/workflows/blt.yml index 99319994..dfae79c6 100644 --- a/.github/workflows/blt.yml +++ b/.github/workflows/blt.yml @@ -5,11 +5,6 @@ name: CI on: push: - branches: - - * - pull_request: - branches: - - * permissions: contents: read