mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-24 18:05:07 +00:00
disable homebrew since it is automatically handled by BrewTestBot
This commit is contained in:
11
.github/workflows/homebrew-release.yml
vendored
11
.github/workflows/homebrew-release.yml
vendored
@@ -1,8 +1,13 @@
|
||||
name: Release to Homebrew
|
||||
#on:
|
||||
# release:
|
||||
# types: [created]
|
||||
# workflow_dispatch:
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows: []
|
||||
types:
|
||||
- requested
|
||||
jobs:
|
||||
homebrew-core:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user