ci: Always build main for update branches

This commit is contained in:
Elian Doran 2024-07-20 16:06:14 +03:00
parent 75ccf9c3a7
commit 460bd6b979
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,9 @@
name: Dev
on:
push:
branches:
- '!develop'
- '!feature/update*'
jobs:
build_docker:
name: Build Docker image

View File

@ -3,6 +3,7 @@ on:
push:
branches:
- 'develop'
- 'feature/update*'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}