diff options
Diffstat (limited to '.github')
-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/ |