Skip to content

Commit fad028b

Browse files
authored
[#390] Remove CircleCI config, only build Docker images on main
1 parent 3dbfe69 commit fad028b

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

.circleci/config.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- ubuntu-24.04
9797
- ubuntu-24.04-arm
9898
runs-on: ${{ matrix.runner }}
99-
if: ${{ github.ref_name == 'dev' || github.ref_name == 'main' }}
99+
if: ${{ github.ref_name == 'main' }}
100100
steps:
101101
- name: Prepare
102102
run: |

0 commit comments

Comments
 (0)