Skip to content

Commit 9a5a332

Browse files
author
Kasper Peeters
committed
Test brew only on release, once the homebrew repo has been updated.
1 parent c42c3e2 commit 9a5a332

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/testbrew.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
name: testbrew
55

6-
on: [push]
6+
on:
7+
workflow_run:
8+
workflows: ["homebrew"]
9+
types:
10+
- completed
711

812
jobs:
913
build:

0 commit comments

Comments
 (0)