Skip to content

Commit 2e177a7

Browse files
authored
Merge pull request #551 from willcl-ark/run-ci-main
run CI on main
2 parents c325aec + 78a7d85 commit 2e177a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apidocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Format-api-docs
22
on:
33
push:
44
branches:
5-
- dev
5+
- main
66
jobs:
77
format-api-docs:
88
runs-on: ubuntu-latest

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Commander Docker image
33
on:
44
push:
55
branches:
6-
- dev
6+
- main
77
paths:
88
- resources/images/commander/Dockerfile
99
tags-ignore:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- dev
7+
- main
88

99
env:
1010
UV_SYSTEM_PYTHON: 1

0 commit comments

Comments
 (0)