1 parent 0ffcf57 commit 57775baCopy full SHA for 57775ba
1 file changed
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches: [main, feature/*, features/*]
+ branches: [main, feature/*]
6
pull_request:
7
branches: [main]
8
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
BRANCH_NAME="${GITHUB_HEAD_REF:-$GITHUB_REF_NAME}"
29
30
- if [[ "$BRANCH_NAME" == features/* ]]; then
+ if [[ "$BRANCH_NAME" == feature/* ]]; then
31
echo "minimal_only=true" >> "$GITHUB_OUTPUT"
32
echo 'package_matrix=["minimal"]' >> "$GITHUB_OUTPUT"
33
else
0 commit comments