aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-19 08:50:55 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-19 08:50:55 +0530
commitfa3ff6cfae75db198ff24e9c17e75fa5ee33867e (patch)
tree0a297c2fbad7060e96d7c960374c907ef38832a0 /.github
parent6.0.0-nightly.67 [skip ci] (diff)
downloadferdium-app-fa3ff6cfae75db198ff24e9c17e75fa5ee33867e.tar.gz
ferdium-app-fa3ff6cfae75db198ff24e9c17e75fa5ee33867e.tar.zst
ferdium-app-fa3ff6cfae75db198ff24e9c17e75fa5ee33867e.zip
Add manual trigger for GH workflow to publsih homebrew tap [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/homebrew-cask-updates.yml7
1 files changed, 5 insertions, 2 deletions
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
2on: 2on:
3 release: 3 release:
4 types: [published] 4 types: [published]
5 # Manual trigger from the UI
6 workflow_dispatch:
5 7
6jobs: 8jobs:
7 bump-casks: 9 bump-casks:
@@ -14,6 +16,7 @@ jobs:
14 # Bump all outdated casks in this tap 16 # Bump all outdated casks in this tap
15 tap: ferdium/homebrew-ferdium 17 tap: ferdium/homebrew-ferdium
16 # Bump only these casks if outdated 18 # Bump only these casks if outdated
17 cask: ferdium-nightly,ferdium-beta 19 cask: ferdium-nightly
18 # livecheck: true 20 livecheck: true
19 dryrun: false 21 dryrun: false
22# TODO: Need separate ones for the beta and public builds