Skip to content

Commit 183d6d9

Browse files
authored
fix: release-worker.yml (#96)
1 parent 9f04902 commit 183d6d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-worker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Release Worker
22

33
on:
4-
workflow_run:
5-
workflows: ["Tests"]
6-
types: [completed]
4+
push:
5+
tags:
6+
- worker-v*
77

88
jobs:
99
check-main:

0 commit comments

Comments
 (0)