Skip to content

Commit 8964e6b

Browse files
Polishing
1 parent 2a449dd commit 8964e6b

File tree

6 files changed

+366
-455
lines changed

6 files changed

+366
-455
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
7878
7979
- name: Store assets
80-
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
80+
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release_v1.13.0')
8181
uses: actions/upload-artifact@v3
8282
with:
8383
name: assets
@@ -88,7 +88,7 @@ jobs:
8888
name: Upload assets
8989
runs-on: ubuntu-latest
9090
needs: build
91-
if: github.event_name == 'push' && github.ref == 'refs/heads/development'
91+
if: github.event_name == 'push' && github.ref == 'refs/heads/release_v1.13.0'
9292
strategy:
9393
matrix:
9494
environment:

0 commit comments

Comments
 (0)