Skip to content

Commit

Permalink
chore: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emosheeep committed Jun 16, 2024
1 parent bd9655a commit 4947b9d
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: Release Package

on:
workflow_dispatch:
pull_request:
types:
- closed
Expand All @@ -13,7 +14,7 @@ permissions:

jobs:
release-package:
if: github.event.pull_request.merged
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4947b9d

Please sign in to comment.