diff options
author | BežiApp <60441126+beziapp@users.noreply.github.com> | 2020-05-23 19:06:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 19:06:33 +0200 |
commit | 8b2c27c9b0526812c45e283a647feb69fcc12f23 (patch) | |
tree | 3cbb7bb14fcb85308c98eaec2252bc410488f547 /.github/workflows | |
parent | Merge pull request #12 from beziapp/dev (diff) | |
parent | Branch rename (diff) | |
download | beziapp-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 |
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci-deploy.yml | 4 |
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/ |