From c38222e5841069534f7ea98f3fbfdb9a24aa5e27 Mon Sep 17 00:00:00 2001 From: stevenaw Date: Fri, 23 Feb 2024 20:15:14 -0500 Subject: [PATCH] Add 'main' to CI yaml --- .github/workflows/NUnit.CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/NUnit.CI.yml b/.github/workflows/NUnit.CI.yml index 370dd15587..1c36dae7d9 100644 --- a/.github/workflows/NUnit.CI.yml +++ b/.github/workflows/NUnit.CI.yml @@ -3,6 +3,7 @@ name: Continuous Integration on: push: branches: + - main - master - release - 'v3'