Skip to content

Commit

Permalink
Only publish releases on manual workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Oct 10, 2023
1 parent 12a6704 commit f4fda44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish releases

on: push
on:
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit f4fda44

Please sign in to comment.