Skip to content

Commit ca6ba22

Browse files
author
Jon Duckworth
authored
Merge pull request #458 from duckontheweb/fix/upload-release-branch-coverage
Upload coverage for release branches
2 parents c8ee7d6 + cc60e38 commit ca6ba22

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Release
22

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

88
jobs:
99
release:
1010
name: release
1111
runs-on: ubuntu-latest
12-
if: ${{ env.GITHUB_REPOSITORY }} == 'stac-utils/pystac'
12+
if: ${{ github.repository }} == 'stac-utils/pystac'
1313
steps:
1414
- uses: actions/checkout@v2
1515

0 commit comments

Comments
 (0)