Skip to content

Commit

Permalink
Update CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed Nov 5, 2023
1 parent 0450d95 commit d98d189
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags-ignore:
- 'v*'
pull_request:

concurrency:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:

- uses: ncipollo/release-action@v1
with:
name: ${{ matrix.os }}-${{ github.ref_name }}-release
artifacts: "./desktopApp/build/compose/binaries/main/*/*.*"
generateReleaseNotes: true
generateReleaseNotes: true
allowUpdates: true
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
replacesArtifacts: false
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*'
- '!v*-desktop'

jobs:
release:
Expand Down

0 comments on commit d98d189

Please sign in to comment.