summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBežiApp <60441126+beziapp@users.noreply.github.com>2020-05-23 19:06:33 +0200
committerGitHub <noreply@github.com>2020-05-23 19:06:33 +0200
commit8b2c27c9b0526812c45e283a647feb69fcc12f23 (patch)
tree3cbb7bb14fcb85308c98eaec2252bc410488f547
parentMerge pull request #12 from beziapp/dev (diff)
parentBranch rename (diff)
downloadbeziapp-8b2c27c9b0526812c45e283a647feb69fcc12f23.tar
beziapp-8b2c27c9b0526812c45e283a647feb69fcc12f23.tar.gz
beziapp-8b2c27c9b0526812c45e283a647feb69fcc12f23.tar.bz2
beziapp-8b2c27c9b0526812c45e283a647feb69fcc12f23.tar.lz
beziapp-8b2c27c9b0526812c45e283a647feb69fcc12f23.tar.xz
beziapp-8b2c27c9b0526812c45e283a647feb69fcc12f23.tar.zst
beziapp-8b2c27c9b0526812c45e283a647feb69fcc12f23.zip
-rw-r--r--.github/workflows/ci-deploy.yml4
1 files 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/