mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 14:06:56 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "*"
|
- "*"
|
||||||
|
- '**'
|
||||||
- "!develop"
|
- "!develop"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user