Skip to content

Commit 3e47eaa

Browse files
committed
fix: Revert breaking change introduced in v9.1.1
1 parent 22ab47d commit 3e47eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CD.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
release:
109109
name: Release
110-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v9'
110+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v9' || github.ref == 'refs/heads/v9.1.x'
111111
runs-on: ubuntu-latest
112112
timeout-minutes: 10
113113
needs:

0 commit comments

Comments
 (0)