Skip to content

Commit

Permalink
Change release building job to only trigger on workflow dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: trivernis <trivernis@protonmail.com>
  • Loading branch information
Trivernis committed Feb 14, 2022
1 parent 3fb3376 commit 285b87d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Create pre-release

on:
push:
branches:
- main
workflow_dispatch:

jobs:
create-release-draft:
name: pre-release
Expand Down

0 comments on commit 285b87d

Please sign in to comment.