Skip to content

Commit 3f5e0a3

Browse files
committed
Run retro for branches containing "release"
1 parent fa6e527 commit 3f5e0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356

357357
retro:
358358
name: "Retro-compatibility"
359-
if: startsWith(github.head_ref, 'master') || startsWith(github.head_ref, 'release') ||contains(github.head_ref, 'retro') || startsWith(github.ref, 'refs/tags/v')
359+
if: startsWith(github.head_ref, 'master') || contains(github.head_ref, 'release') || contains(github.head_ref, 'retro') || startsWith(github.ref, 'refs/tags/v')
360360
runs-on: ${{ matrix.os }}
361361
strategy:
362362
fail-fast: false

0 commit comments

Comments
 (0)