mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 12:56:51 +00:00
rafactor/ ci(workflows): update branch pattern matching for container build
- Change branch filter pattern from '*' to '**' for improved glob matching - Ensures workflow triggers on all branches except develop with correct pattern syntax - Improves CI/CD pipeline reliability by using proper wildcard pattern matching
This commit is contained in:
parent
31e39e3773
commit
f2b9b2a33d
@ -3,7 +3,7 @@ name: Build and publish container non develop
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '**'
|
||||
- '!develop'
|
||||
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user