Skip to content

Commit

Permalink
Merge pull request #302 from APIDevTools/v9.1.x-staging
Browse files Browse the repository at this point in the history
Stage changes to release v9.1.2
  • Loading branch information
jcmosc authored Jan 25, 2023
2 parents 5082b01 + 3e47eaa commit e8053b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

release:
name: Release
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'
runs-on: ubuntu-latest
timeout-minutes: 10
needs:
Expand Down

0 comments on commit e8053b5

Please sign in to comment.