From 09164817ca01c1d2342c7768dfa48dabb2c69375 Mon Sep 17 00:00:00 2001 From: Graham Knapp <32717635+dancergraham@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:45:27 +0200 Subject: [PATCH] docs: update default branch name Update default branch name to match this repo and the current GitHub standard --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 166e246..d6a48cd 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ name: Package Application with Pyinstaller on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: