From 9083677b4e24fd7be8e583fc0794be43911dcb92 Mon Sep 17 00:00:00 2001 From: "Maxim [maxirmx] Samsonov" Date: Tue, 27 Sep 2022 22:42:05 +0300 Subject: [PATCH] Main branch renamed in CI --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 1ac1d03..d82dfc3 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -2,7 +2,7 @@ name: test-and-release on: push: - branches: [ master ] + branches: [ main ] tags: [ 'v*' ] pull_request: