We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5653ac4 commit ca5f941Copy full SHA for ca5f941
.github/workflows/ci.yml
@@ -27,7 +27,8 @@ jobs:
27
github.ref == 'refs/heads/main' ||
28
github.ref == 'refs/heads/develop' ||
29
github.ref == 'refs/heads/maintenance/3.2' ||
30
- github.ref == 'refs/heads/maintenance/3.3'
+ github.ref == 'refs/heads/maintenance/3.3' ||
31
+ github.ref == 'refs/heads/maintenance/3.4'
32
outputs:
33
matrix: ${{ steps.set-matrix.outputs.final-matrix }}
34
steps:
0 commit comments