Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 70d4afd

Browse files
authored
Update Homebrew CI Workflow (#261)
* Don't run on push to master * Run on manual dispatch
1 parent 81f2d3a commit 70d4afd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/homebrew_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Homebrew CI
22

33
on:
4-
push:
5-
branches: [master]
4+
workflow_dispatch:
65
schedule:
76
- cron: 0 0 * * *
87

0 commit comments

Comments
 (0)