We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52736eb commit a344c3dCopy full SHA for a344c3d
.github/workflows/v10-deployment-pipeline.yml
@@ -3,7 +3,7 @@ name: V10 - Build & Deploy Pipeline
3
on:
4
push:
5
branches: [ 'v10', 'release/v10**' ]
6
- tags: [ 'v10.*' ]
+ tags: [ 'v10**' ]
7
pull_request:
8
branches: [ 'v10' ]
9
0 commit comments