From 945241339a775d14cb35d8d2ae1e1f2b41b358a9 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 3 Jun 2022 18:16:53 +0200 Subject: [PATCH] actions - rename main branch to master --- .github/workflows/prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 81259a4..d5bfdfc 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -2,7 +2,7 @@ name: Automatic test, build, push and deploy (PROD) on: push: - branches: [main] + branches: [master] jobs: