mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-24 13:30:05 +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
|
name: Release to Homebrew
|
||||||
|
#on:
|
||||||
|
# release:
|
||||||
|
# types: [created]
|
||||||
|
# workflow_dispatch:
|
||||||
on:
|
on:
|
||||||
release:
|
workflow_run:
|
||||||
types: [created]
|
workflows: []
|
||||||
workflow_dispatch:
|
types:
|
||||||
|
- requested
|
||||||
jobs:
|
jobs:
|
||||||
homebrew-core:
|
homebrew-core:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user