Skip to content

Commit 0dcc19a

Browse files
committed
Run CI for feature branches
1 parent 81e0830 commit 0dcc19a

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.github/workflows/build-ci-atlas.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- "[0-9]+.[0-9x]+"
7+
- "feature/*"
78
pull_request:
89
branches:
910
- "[0-9]+.[0-9x]+"
11+
- "feature/*"
1012

1113
env:
1214
MONGODB_EXT_V1: mongodb-1.21.0

.github/workflows/build-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- "[0-9]+.[0-9x]+"
7+
- "feature/*"
78
pull_request:
89
branches:
910
- "[0-9]+.[0-9x]+"
11+
- "feature/*"
1012

1113
env:
1214
MONGODB_EXT_V1: mongodb-1.21.0

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- "[0-9]+.[0-9x]+"
7+
- "feature/*"
78
pull_request:
89
branches:
910
- "[0-9]+.[0-9x]+"
11+
- "feature/*"
1012

1113
env:
1214
PHP_VERSION: "8.4"

.github/workflows/merge-up.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- "[0-9]+.[0-9x]+"
7+
- "feature/*"
78

89
env:
910
GH_TOKEN: ${{ secrets.MERGE_UP_TOKEN }}

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- "[0-9]+.[0-9x]+"
7+
- "feature/*"
78
pull_request:
89
branches:
910
- "[0-9]+.[0-9x]+"
11+
- "feature/*"
1012
workflow_call:
1113
inputs:
1214
ref:

0 commit comments

Comments
 (0)