From d43289ce14af5f0e1d8260f46ccb01db3fa2ed27 Mon Sep 17 00:00:00 2001 From: Ben Kerllenevich Date: Sat, 5 Nov 2022 01:22:04 -0400 Subject: [PATCH] [ci-skip] only build on main branch if this breaks something its not my fault i swear --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53ae4ef9e..e174355f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,9 @@ name: Build -on: [ push, pull_request ] +on: + pull_request: + push: + branches: + - "ver/**" jobs: build: