mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-18 03:59:25 -05:00
ci: Always build main for update branches
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
name: Dev
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '!develop'
|
||||
- '!feature/update*'
|
||||
jobs:
|
||||
build_docker:
|
||||
name: Build Docker image
|
||||
|
||||
@@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'develop'
|
||||
- 'feature/update*'
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
Reference in New Issue
Block a user