mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Run CI for backport releases (#35313)
This commit is contained in:
committed by
GitHub
parent
c0b7c0d31f
commit
41745339cd
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