Any on: release type

Add `workflow_dispatch` to trigger milestone close manually
This commit is contained in:
Artem Bilan
2023-11-09 13:46:07 -05:00
parent a69f75f2b3
commit 8dc976db3e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,8 +1,7 @@
name: Close Milestone and Notify Slack
on:
release:
types: [ published ]
release
jobs:
close-milestone:

View File

@@ -1,6 +1,7 @@
name: Close Milestone and Notify Slack
on:
workflow_dispatch:
workflow_call:
inputs:
releaseTag: