Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Sorry, I am dumb.
  • Loading branch information
tockawaffle authored Oct 1, 2024
1 parent 0766ad2 commit 40855cf
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 @@ -3,7 +3,7 @@ name: "publish"
on:
push:
branches:
- main
- master
workflow_dispatch:
# This is the example from the readme.
# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release.
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
args: ${{ matrix.args }}
args: ${{ matrix.args }}

0 comments on commit 40855cf

Please sign in to comment.