Skip to content

Commit fe548a6

Browse files
author
Phil Varner
committed
remove github actions cicd.yml reference to unused dev branch
1 parent 75f83ed commit fe548a6

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)