Skip to content

Commit 5d9836d

Browse files
committed
run tests on dev branch
1 parent f825d0c commit 5d9836d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: stac-fastapi-nosql
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ main, dev ]
55
pull_request:
6-
branches: [ main ]
6+
branches: [ main, dev ]
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)