Skip to content

Commit d199b8a

Browse files
author
あで
committed
Fix automation
1 parent c971e10 commit d199b8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
name: Release
33
on:
44
pull_request:
5-
types: [closed]
5+
types:
6+
- closed
67
branches:
7-
- release/*
8+
- "release/**"
89

910
permissions:
1011
contents: write

0 commit comments

Comments
 (0)