Skip to content

Commit 270b859

Browse files
authored
Fix homepage (#3)
* change homepage * run excavator on new releases published
1 parent 3be8809 commit 270b859

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/excavator.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
on:
22
workflow_dispatch:
3+
release:
4+
types:
5+
- published
36
schedule:
47
# run every 4 hours
58
- cron: '20 */4 * * *'

bucket/dev-cloud.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "2.17.0",
33
"description": "CLI to develop applications in the cloud",
4-
"homepage": "https://github.com/DocPlanner/dev-cloud",
4+
"homepage": "https://github.com/DocPlanner/dev-cloud-releases",
55
"license": "Proprietary",
66
"architecture": {
77
"64bit": {

0 commit comments

Comments
 (0)