We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee1109 commit aec059eCopy full SHA for aec059e
.github/workflows/cicd.yaml
@@ -1,10 +1,13 @@
1
name: stac-fastapi
2
on:
3
push:
4
- branches: [main]
+ branches:
5
+ - main
6
+ - maint-5.0.x
7
pull_request:
-
8
9
10
11
12
jobs:
13
test:
.github/workflows/packages.yml
@@ -3,6 +3,7 @@ on:
branches:
- main
tags:
- "*"
workflow_dispatch:
0 commit comments