From ec59cc09683f8150a6d1d9148b721bda50afca93 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 7 Apr 2021 17:48:55 +0300 Subject: [PATCH] Run CI on main not master --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09724e8f9..753f636c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [main] tags: # Tags for all potential release numbers till 2030. - "2[0-9].[0-3]" # 20.0 -> 29.3