From 6c772a88bf0cb61e4aa2ff05b91e98669587fd5a Mon Sep 17 00:00:00 2001 From: lastunicorn Date: Tue, 5 Apr 2022 15:40:21 +0300 Subject: [PATCH] removed the release and develop branches and updated the build script --- .github/workflows/netframework.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/netframework.yml b/.github/workflows/netframework.yml index e93017d6..c3f597bd 100644 --- a/.github/workflows/netframework.yml +++ b/.github/workflows/netframework.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ release, develop ] + branches: [ main ] pull_request: - branches: [ release, develop ] + branches: [ main ] jobs: build: