From 51361562dd5065aa58e15ce6abdba6f945a93884 Mon Sep 17 00:00:00 2001 From: warrensbox Date: Sun, 31 Mar 2024 18:09:03 -0700 Subject: [PATCH] #major - create major release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce258a5e..3d172eb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: - '*' # matches every branch that doesn't contain a '/' - '*/*' # matches every branch containing a single '/' - '**' # matches every branch - - '!master' # excludes master + - '!release' # excludes master jobs: integration_tests_linux: