Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit e778680

Browse files
committed
Merge branch 'feature/update_to_node20' into feature/update_electron
2 parents 45a751a + 9b9180e commit e778680

File tree

9 files changed

+6
-5
lines changed

9 files changed

+6
-5
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Dev
22
on:
33
push:
4+
branches:
5+
- '!develop'
6+
- '!feature/update*'
47
jobs:
58
build_docker:
69
name: Build Docker image

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- 'develop'
6+
- 'feature/update*'
67
env:
78
REGISTRY: ghcr.io
89
IMAGE_NAME: ${{ github.repository }}
File renamed without changes.

bin/docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
output
2+
.env
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs-new/.env

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

docs-new/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)