From 125e0a8894bcfe1b39ec6e88fbcdd2f655525650 Mon Sep 17 00:00:00 2001 From: rstular Date: Sat, 23 May 2020 19:05:52 +0200 Subject: Branch rename --- .github/workflows/ci-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 067acf6..505cf14 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -3,7 +3,7 @@ name: CI - copy dist/ to master on: push: branches: - - test1 + - current-release jobs: build: @@ -12,7 +12,7 @@ jobs: - name: Checkout to release branch uses: actions/checkout@v2 with: - ref: test1 + ref: current-release - name: Copy dist/ folder run: | cp -r dist /tmp/ -- cgit v1.2.3