mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 09:26:53 +00:00
reafactor/ ci: expand branch pattern to include all branches
The previous branch pattern excluded some branches unintentionally. Adding '**' ensures all branches are matched except 'develop'.
This commit is contained in:
parent
a81e208cb1
commit
a97c8d6ffb
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
- '**'
|
||||
- "!develop"
|
||||
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user