From 087a548163b09d04a084881fc15bcc03a0261611 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Wed, 25 Jan 2023 16:09:00 +0100 Subject: [PATCH] Github Actions: run on push to any branch --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec3d167..b381127 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,6 @@ name: Sargraph tests on: push: - branches: [main] pull_request: branches: [main]