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

Commit 460bd6b

Browse files
committed
ci: Always build main for update branches
1 parent 75ccf9c commit 460bd6b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
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 }}

0 commit comments

Comments
 (0)