From 8c4ded26d5f81adf3cb0c5bf3685cfcfcb081e8c Mon Sep 17 00:00:00 2001 From: Boris Glimcher Date: Tue, 1 Mar 2022 14:49:22 +0200 Subject: [PATCH] CI: rename branch main to master Signed-off-by: Boris Glimcher --- .github/workflows/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ef1e6219..1af464b4 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -12,11 +12,11 @@ on: release: types: [published] push: - branches: [ main ] + branches: [ master ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] pull_request: - branches: [ main ] + branches: [ master ] workflow_dispatch: -- 2.50.1