Skip to content

Commit

Permalink
chore: Tweak release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Dec 20, 2024
1 parent f7d4e05 commit 62da05f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: release
on: workflow_dispatch
on:
pull_request:
branches:
- main
types: [closed]

jobs:
tag_and_release:
Expand Down

0 comments on commit 62da05f

Please sign in to comment.