From 15a9f0aca26595c9d07459373fe45a5eb72452f2 Mon Sep 17 00:00:00 2001 From: Lambert Schulze Date: Fri, 16 Apr 2021 21:43:29 +0200 Subject: [PATCH] changed branch master to main (#676) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 060ec33f..6ee4c031 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ If you'd like to make it so the workflow only triggers on push events to specifi on: push: branches: - - master + - main ``` It's recommended that you use [Dependabot](https://dependabot.com/github-actions/) to keep your workflow up-to-date. You can find the latest tagged version on the [GitHub Marketplace](https://github.com/marketplace/actions/deploy-to-github-pages) or on the [releases page](https://github.com/JamesIves/github-pages-deploy-action/releases).