Skip to content

Commit

Permalink
Revert "Chore(ci): Update build workflow to trigger only on push to m…
Browse files Browse the repository at this point in the history
…aster branch"

This reverts commit 97454ed.
  • Loading branch information
Uni0305 committed Mar 26, 2024
1 parent 97454ed commit 27e78a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build

on:
push:
branches:
- master
on: [ push, workflow_dispatch ]

jobs:
release:
Expand Down Expand Up @@ -47,4 +44,4 @@ jobs:
path: |
dist/*.dmg
dist/*.AppImage
dist/*.exe
dist/*.exe

0 comments on commit 27e78a0

Please sign in to comment.