Skip to content

Commit f66f52d

Browse files
committed
fix: update workflows
1 parent c647722 commit f66f52d

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Deploy
22

33
on:
4+
workflow_dispatch:
45
push:
5-
tags:
6-
- "spatial"
6+
branches:
7+
- "main"
78

89
concurrency:
910
group: deploy

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Release
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "0 8 * * 1"
5+
push:
6+
branches:
7+
- "main"
8+
tags-ignore:
9+
- "*"
710

811
concurrency:
912
group: release

release.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"pull-request-header": "Release Notes",
44
"pull-request-footer": "This pull request was automatically generated due to code changes.\nPlease review and merge to publish the release.",
55
"packages": {
6-
".": {
7-
"package-name": "spatial",
8-
"changelog-path": "CHANGES.md",
9-
"skip-github-release": true
10-
},
116
"cloud": {
127
"package-name": "spatial-cloud",
138
"changelog-path": "CHANGES.md",

0 commit comments

Comments
 (0)