Skip to content

Commit

Permalink
rc
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Sep 20, 2024
1 parent 2383f52 commit 6647127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
- name: Store assets
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release_v1.14.0')
uses: actions/upload-artifact@v3
with:
name: assets
Expand All @@ -88,7 +88,7 @@ jobs:
name: Upload assets
runs-on: ubuntu-latest
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/development'
if: github.event_name == 'push' && github.ref == 'refs/heads/release_v1.14.0'
strategy:
matrix:
environment:
Expand Down

0 comments on commit 6647127

Please sign in to comment.