Skip to content

Commit ca5f941

Browse files
committed
[misc] CI: maintenance branch 3.4 addition
1 parent 5653ac4 commit ca5f941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
github.ref == 'refs/heads/main' ||
2828
github.ref == 'refs/heads/develop' ||
2929
github.ref == 'refs/heads/maintenance/3.2' ||
30-
github.ref == 'refs/heads/maintenance/3.3'
30+
github.ref == 'refs/heads/maintenance/3.3' ||
31+
github.ref == 'refs/heads/maintenance/3.4'
3132
outputs:
3233
matrix: ${{ steps.set-matrix.outputs.final-matrix }}
3334
steps:

0 commit comments

Comments
 (0)