We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5082b01 + 3e47eaa commit e8053b5Copy full SHA for e8053b5
.github/workflows/CI-CD.yaml
@@ -107,7 +107,7 @@ jobs:
107
108
release:
109
name: Release
110
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v9'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v9' || github.ref == 'refs/heads/v9.1.x'
111
runs-on: ubuntu-latest
112
timeout-minutes: 10
113
needs:
0 commit comments