Skip to content

Commit

Permalink
Add PR close trigger for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Nov 6, 2024
1 parent 9d99cbf commit 971bafb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
- '**.yml'
- '**.json'
- '!Apps_pre/**'
pull_request:
types: [closed]
branches:
- main
workflow_dispatch:
inputs:
tags:
Expand Down

0 comments on commit 971bafb

Please sign in to comment.