Skip to content

Commit 14ab37e

Browse files
committed
IJMP-1655 Plugin verification for release branches fix
Signed-off-by: Uladzislau <[email protected]>
1 parent 9a71f5a commit 14ab37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
path: ${{ github.workspace }}/build/reports/kover/html
117117

118118
verify:
119-
if: ${{ startsWith(github.ref, 'release/') }}
119+
if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
120120
needs: [build]
121121
runs-on: ubuntu-latest
122122
steps:

0 commit comments

Comments
 (0)