Skip to content

Commit 1dc6937

Browse files
bchaliosroypat
authored andcommitted
test: run A/B tests for feature branches
We had only enabled the workflow for main and release branches. Signed-off-by: Babis Chalios <[email protected]>
1 parent 1d5ee0e commit 1dc6937

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trigger_ab_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
branches:
44
- main
55
- firecracker-v*
6+
- feature/*
67

78
jobs:
89
trigger_ab_test:
@@ -39,4 +40,4 @@ jobs:
3940
\"REVISION_B\": \"${{ github.event.after }}\"
4041
}
4142
}"
42-
fi
43+
fi

0 commit comments

Comments
 (0)