From 0fe99e10cfca4439f5bed214da1ab9e63d5abf21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Dzioba?= <62724833+BoberITman@users.noreply.github.com> Date: Fri, 16 Dec 2022 21:49:48 +0100 Subject: [PATCH] change branch name --- .github/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/deploy.yml b/.github/deploy.yml index 4a51eb1..a394449 100644 --- a/.github/deploy.yml +++ b/.github/deploy.yml @@ -2,9 +2,9 @@ name: Deploy on: push: - branches: ['main'] + branches: ['master'] pull_request: - branches: ['main'] + branches: ['master'] jobs: build: