Skip to content

Commit e8053b5

Browse files
authored
Merge pull request #302 from APIDevTools/v9.1.x-staging
Stage changes to release v9.1.2
2 parents 5082b01 + 3e47eaa commit e8053b5

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)