From 2790537b70283c1d576d4856ff11ae467ca5e497 Mon Sep 17 00:00:00 2001 From: Fizban Date: Mon, 8 Jun 2020 21:01:01 +1000 Subject: [PATCH] Main as default branch --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f012e7a..7de9395 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Include this in your `.github/workflows/main.yaml`: ```yaml - name: PyInstaller Windows - uses: JackMcKew/pyinstaller-action-windows@master + uses: JackMcKew/pyinstaller-action-windows@main with: path: src ``` @@ -41,9 +41,9 @@ name: Package Application with Pyinstaller on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 - name: Package Application - uses: JackMcKew/pyinstaller-action-windows@master + uses: JackMcKew/pyinstaller-action-windows@main with: path: src