From 78291f25231838eb393561bdcf0eb993f60da2f2 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 9 Aug 2021 12:11:13 +0200 Subject: [PATCH] GHA: rename 'master' to 'main' --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c618d4..0de5c56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: Wheels on: push: - branches: [master] + branches: [main] tags: ["v*.*.*"] pull_request: - branches: [master] + branches: [main] jobs: