Skip to content

Commit bfb4fcf

Browse files
committed
trigger
1 parent edcfdef commit bfb4fcf

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/deploy-tap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Homebrew Tap
22

33
on:
44
push:
5-
branches: [ main, master, homebrew-formula ]
5+
branches: [ master, homebrew-new ]
66
paths:
77
- 'packaging/homebrew/mfc.rb'
88
- 'packaging/homebrew/README.md'

.github/workflows/homebrew.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@ name: Homebrew Formula Test
22

33
on:
44
push:
5-
branches:
6-
- master
7-
- homebrew-formula
85
paths:
96
- 'packaging/homebrew/**'
107
- '.github/workflows/homebrew.yml'
118
pull_request:
12-
branches:
13-
- master
149
paths:
1510
- 'packaging/homebrew/**'
1611
- '.github/workflows/homebrew.yml'

0 commit comments

Comments
 (0)