mirror of https://github.com/mamba-org/mamba.git
ci: Also run workflows for `feat/*` branches (#3823)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
211d79db77
commit
79b2acf495
|
@ -4,9 +4,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- feat/*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- feat/*
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
|
||||
|
|
|
@ -4,9 +4,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- feat/*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- feat/*
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "mamba/**"
|
||||
|
|
|
@ -4,9 +4,11 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- feat/*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- feat/*
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "**.md"
|
||||
|
|
Loading…
Reference in New Issue