Skip to content

Commit

Permalink
Temporarily disable flatpak action on push event
Browse files Browse the repository at this point in the history
  • Loading branch information
hbitteur committed Apr 9, 2024
1 parent 82dca27 commit 6e528fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build audiveris flatpak package

# execute this workflow on every push
#on:
# - push
on:
- push
- workflow_dispatch

permissions:
contents: read
Expand Down

0 comments on commit 6e528fc

Please sign in to comment.