aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/homebrew-cask-updates.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/homebrew-cask-updates.yml')
-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