From 7b8af35f4202434b78f332d1a3e7ce296c84bb53 Mon Sep 17 00:00:00 2001 From: jonathan Date: Tue, 21 Feb 2023 00:25:08 +1030 Subject: [PATCH] change github deploy action branch to main from master --- .github/workflows/deploy_to_neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_neocities.yml b/.github/workflows/deploy_to_neocities.yml index 1b6fd51..29982e9 100644 --- a/.github/workflows/deploy_to_neocities.yml +++ b/.github/workflows/deploy_to_neocities.yml @@ -4,7 +4,7 @@ name: Deploy to neocities on: push: branches: - - master + - main concurrency: # prevent concurrent deploys doing strange things group: deploy-to-neocities