We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcfdef commit bfb4fcfCopy full SHA for bfb4fcf
.github/workflows/deploy-tap.yml
@@ -2,7 +2,7 @@ name: Deploy Homebrew Tap
2
3
on:
4
push:
5
- branches: [ main, master, homebrew-formula ]
+ branches: [ master, homebrew-new ]
6
paths:
7
- 'packaging/homebrew/mfc.rb'
8
- 'packaging/homebrew/README.md'
.github/workflows/homebrew.yml
@@ -2,15 +2,10 @@ name: Homebrew Formula Test
- branches:
- - master
- - homebrew-formula
9
- 'packaging/homebrew/**'
10
- '.github/workflows/homebrew.yml'
11
pull_request:
12
13
14
15
16
0 commit comments