Skip to content

Commit 213f292

Browse files
author
Phil Varner
committed
remove github actions cicd.yml reference to unused dev branch
1 parent 7dea43a commit 213f292

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: stac-fastapi-elasticsearch
22
on:
33
push:
4-
branches: [ main, dev ]
4+
branches:
5+
- main
56
pull_request:
6-
branches: [ main, dev ]
7+
branches:
8+
- main
9+
- features/**
710

811
jobs:
912
test:

0 commit comments

Comments
 (0)