Skip to content

Commit 4b80218

Browse files
author
Jon Duckworth
authored
Merge pull request #459 from stac-utils/main
CI Fixes -> 1.0 release branch
2 parents 9a5ce89 + ca6ba22 commit 4b80218

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- main
7+
- "0.3"
8+
- "0.4"
9+
- "0.5"
10+
- "1.0"
711
pull_request:
812

913
jobs:

.github/workflows/release.yml

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

33
on:
4-
push:
5-
tags:
6-
- "*"
4+
release:
5+
types:
6+
- created
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)