Merge branch 'develop' into config_update

This commit is contained in:
Naomi Kramer
2025-09-22 16:08:43 -04:00
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ on:
push:
branches:
- "main"
- "develop"
tags:
- "v*.*.*"
workflow_dispatch:
+1 -1
View File
@@ -16,7 +16,7 @@ on:
workflow_run:
workflows: ["Build Docker Images"]
branches: [main]
branches: [main, develop]
types:
- completed
+2 -1
View File
@@ -3,8 +3,9 @@ name: Tests
on:
pull_request:
push:
branches:
branches:
- 'main'
- 'develop'
# Temporarily splitting out tests into separate jobs for improving workflow execution time
jobs: