From 2463dd9be222e186c80ee500674989af8ed99f65 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Wed, 28 Aug 2024 06:39:16 -0700 Subject: [PATCH] build.yml: Allow all pushes to run the workflow. This allows contributors to see how the tests are doing in their forks. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f46613..b1b885c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,6 @@ name: build on: push: - branches: [ master ] pull_request: branches: [ master ] workflow_dispatch: