From d1b13d12812f7f1c9b2ed3e1982a0f72822fab14 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 6 Apr 2024 20:35:16 +0200 Subject: Rename master branch to main --- .github/workflows/cs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/cs.yml') diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index 0975285..faf298e 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -3,16 +3,16 @@ name: CS on: push: branches: - - master + - main - 'feature/**' - 'release/**' - 'fix/**' paths-ignore: - - "README.md" + - README.md # The branches below must be a subset of the branches above pull_request: branches: - - master + - main paths-ignore: - README.md -- cgit v1.2.3