Skip to content

Commit 21b8f91

Browse files
committed
build: update release workflow
1 parent b599093 commit 21b8f91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/update-release-metadata.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Update Release Metadata
22

33
on:
4-
schedule:
5-
- cron: '0 1 * * *'
4+
workflow_run:
5+
workflows: ["Build and Publish PHP Extension"]
6+
types:
7+
- completed
68

79
permissions:
810
contents: write

0 commit comments

Comments
 (0)