From 980a471cdddf6f6e1ac54cc7a9effe04f4a5df04 Mon Sep 17 00:00:00 2001 From: Miguel Escriva Date: Wed, 17 Jan 2024 09:29:46 +0100 Subject: [PATCH] Update default branch name in GitHub Actions workflow --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index a5f5b41..d8989fc 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -3,7 +3,7 @@ name: Build & Deploy on: push: branches: - - master + - main # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: