Skip to content

Commit 785df16

Browse files
authored
Update close-merged-branch.yml
1 parent b5d4ea9 commit 785df16

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: delete branch on close pr (deprecated)
22

33
on:
4-
pull_request:
5-
types: [closed]
4+
workflow_dispatch:
65

76
jobs:
87
delete-branch:
98
runs-on: ubuntu-latest
109
steps:
1110
- name: Deprecated notice
12-
run: echo "Action deprecated
11+
run: echo "Action deprecated"

0 commit comments

Comments
 (0)