From 988ee6d8ee406138727397ead579ba330a74ba6b Mon Sep 17 00:00:00 2001 From: Chris Wagner Date: Wed, 31 Jul 2024 08:07:41 -0700 Subject: [PATCH] Update to new home - pallets-eco - Change all references to Flask-Security-Too to Flask-Security - update codecov - update badges - regenerate translations - continue finding places that need branch name changed to main --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a4fd0a4e..60209ee0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,11 +4,11 @@ name: tests on: push: branches: - - master + - main - "[0-9]+.[0-9]+.x" pull_request: branches: - - master + - main - "[0-9]+.[0-9]+.x" # Allows you to run this workflow manually from the Actions tab