Skip to content

Commit 57775ba

Browse files
committed
Fix
1 parent 0ffcf57 commit 57775ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, feature/*, features/*]
5+
branches: [main, feature/*]
66
pull_request:
77
branches: [main]
88

@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
BRANCH_NAME="${GITHUB_HEAD_REF:-$GITHUB_REF_NAME}"
2929
30-
if [[ "$BRANCH_NAME" == features/* ]]; then
30+
if [[ "$BRANCH_NAME" == feature/* ]]; then
3131
echo "minimal_only=true" >> "$GITHUB_OUTPUT"
3232
echo 'package_matrix=["minimal"]' >> "$GITHUB_OUTPUT"
3333
else

0 commit comments

Comments
 (0)