File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ name: "Atlas CI"
22
33on :
44 push :
5+ branches :
6+ - " [0-9]+.[0-9x]+"
57 pull_request :
8+ branches :
9+ - " [0-9]+.[0-9x]+"
610
711env :
812 MONGODB_EXT_V1 : mongodb-1.21.0
Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ name: "CI"
22
33on :
44 push :
5+ branches :
6+ - " [0-9]+.[0-9x]+"
57 pull_request :
8+ branches :
9+ - " [0-9]+.[0-9x]+"
610
711env :
812 MONGODB_EXT_V1 : mongodb-1.21.0
Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ name: "Coding Standards"
22
33on :
44 push :
5+ branches :
6+ - " [0-9]+.[0-9x]+"
57 pull_request :
8+ branches :
9+ - " [0-9]+.[0-9x]+"
610
711env :
812 PHP_VERSION : " 8.4"
Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ name: "Static Analysis"
22
33on :
44 push :
5+ branches :
6+ - " [0-9]+.[0-9x]+"
57 pull_request :
8+ branches :
9+ - " [0-9]+.[0-9x]+"
610 workflow_call :
711 inputs :
812 ref :
You can’t perform that action at this time.
0 commit comments