From fa3ff6cfae75db198ff24e9c17e75fa5ee33867e Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Jun 2022 08:50:55 +0530 Subject: Add manual trigger for GH workflow to publsih homebrew tap [skip ci] --- .github/workflows/homebrew-cask-updates.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/homebrew-cask-updates.yml b/.github/workflows/homebrew-cask-updates.yml index ed38031bd..97ac3ed57 100644 --- a/.github/workflows/homebrew-cask-updates.yml +++ b/.github/workflows/homebrew-cask-updates.yml @@ -2,6 +2,8 @@ name: bump-ferdium-casks on: release: types: [published] + # Manual trigger from the UI + workflow_dispatch: jobs: bump-casks: @@ -14,6 +16,7 @@ jobs: # Bump all outdated casks in this tap tap: ferdium/homebrew-ferdium # Bump only these casks if outdated - cask: ferdium-nightly,ferdium-beta - # livecheck: true + cask: ferdium-nightly + livecheck: true dryrun: false +# TODO: Need separate ones for the beta and public builds -- cgit v1.2.3-54-g00ecf