mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:25:30 +00:00
Run CI for backport releases (#35313)
This commit is contained in:
committed by
Sebastian Sebbie Silbermann
parent
bbed0b0ee6
commit
6bc6b1c747
4
.github/workflows/runtime_build_and_test.yml
vendored
4
.github/workflows/runtime_build_and_test.yml
vendored
@@ -3,6 +3,10 @@ name: (Runtime) Build and Test
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags:
|
||||
# To get CI for backport releases.
|
||||
# This will duplicate CI for releases from main which is acceptable
|
||||
- "v*"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- compiler/**
|
||||
|
||||
Reference in New Issue
Block a user