Skip to content

Commit 4174533

Browse files
authored
Run CI for backport releases (facebook#35313)
1 parent c0b7c0d commit 4174533

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: (Runtime) Build and Test
33
on:
44
push:
55
branches: [main]
6+
tags:
7+
# To get CI for backport releases.
8+
# This will duplicate CI for releases from main which is acceptable
9+
- "v*"
610
pull_request:
711
paths-ignore:
812
- compiler/**

0 commit comments

Comments
 (0)