ci: Also run workflows for `feat/*` branches (#3823)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2025-02-18 17:01:13 +01:00 committed by GitHub
parent 211d79db77
commit 79b2acf495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -4,9 +4,11 @@ on:
push:
branches:
- main
- feat/*
pull_request:
branches:
- main
- feat/*
merge_group:
types: [checks_requested]

View File

@ -4,9 +4,11 @@ on:
push:
branches:
- main
- feat/*
pull_request:
branches:
- main
- feat/*
paths-ignore:
- "docs/**"
- "mamba/**"

View File

@ -4,9 +4,11 @@ on:
push:
branches:
- main
- feat/*
pull_request:
branches:
- main
- feat/*
paths-ignore:
- "docs/**"
- "**.md"