Skip to content

Commit

Permalink
fix: Revert breaking change introduced in v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmosc committed Jan 24, 2023
1 parent 22ab47d commit 3e47eaa
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 3e47eaa

Please sign in to comment.