Skip to content

Commit

Permalink
ci: Update onpush workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallios committed Dec 31, 2023
1 parent 1898d45 commit 11f1574
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: "Build latest release"
name: "Build latest"

on:
push:
branches:
- master
workflow_dispatch:

jobs:
build-tauri-and-release:
build-tauri:
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -58,12 +59,6 @@ jobs:
id: tauri-build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: soundcoremanager-v__VERSION__
releaseName: 'Soundcore Manager v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false

# - name: ⏫ Upload Release Asset
# id: upload-release-asset
Expand Down

0 comments on commit 11f1574

Please sign in to comment.