From 63f76815c7388217378ef8f4ee564be196d5a4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Mon, 24 Jan 2022 01:50:50 +0100 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0f9fcfb9..98eebeb7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -3,7 +3,7 @@ name: Build and deploy preview on: push: branches: - - dev + - main - dev-gh env: @@ -43,4 +43,4 @@ jobs: server: ${{ secrets.PREVIEW_HOST }} username: ${{ secrets.PREVIEW_USER }} password: ${{ secrets.PREVIEW_PASSWORD }} - local-dir: ./demo/ \ No newline at end of file + local-dir: ./demo/ -- GitLab