Skip to content

Commit

Permalink
Target every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode authored Nov 26, 2023
1 parent 6efc865 commit a63c5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'publish'
on:
push:
branches:
- main
- '*'

jobs:
publish-tauri:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
releaseName: 'Version __VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
prerelease: false

0 comments on commit a63c5a9

Please sign in to comment.