Skip to content

Commit aec059e

Browse files
committed
create maint-5.0.x branch
1 parent 9ee1109 commit aec059e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: stac-fastapi
22
on:
33
push:
4-
branches: [main]
4+
branches:
5+
- main
6+
- maint-5.0.x
57
pull_request:
6-
branches: [main]
7-
8+
branches:
9+
- main
10+
- maint-5.0.x
811

912
jobs:
1013
test:

.github/workflows/packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- maint-5.0.x
67
tags:
78
- "*"
89
workflow_dispatch:

0 commit comments

Comments
 (0)