enable CI on reflex-0.4.0 branch (#2502)
This commit is contained in:
parent
9c086163df
commit
aa4bdf53d5
4
.github/workflows/check_generated_pyi.yml
vendored
4
.github/workflows/check_generated_pyi.yml
vendored
@ -2,14 +2,14 @@ name: check-generated-pyi
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
# We don't just trigger on pyi_generator.py and the components dir, because
|
||||
# there are other things that can change the generator output
|
||||
# e.g. black version, reflex.Component, reflex.Var.
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
|
||||
|
@ -2,11 +2,11 @@ name: integration-app-harness
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
|
||||
|
6
.github/workflows/integration_tests.yml
vendored
6
.github/workflows/integration_tests.yml
vendored
@ -2,11 +2,11 @@ name: integration-tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: reflex-dev/reflex-web
|
||||
ref: main
|
||||
ref: reflex-0.4.0
|
||||
path: reflex-web
|
||||
|
||||
- name: Install Requirements for reflex-web
|
||||
|
4
.github/workflows/integration_tests_wsl.yml
vendored
4
.github/workflows/integration_tests_wsl.yml
vendored
@ -2,11 +2,11 @@ name: integration-tests-wsl
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
|
||||
|
4
.github/workflows/pre-commit.yml
vendored
4
.github/workflows/pre-commit.yml
vendored
@ -2,12 +2,12 @@ name: pre-commit
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
push:
|
||||
# Note even though this job is called "pre-commit" and runs "pre-commit", this job will run
|
||||
# also POST-commit on main also! In case there are mishandled merge conflicts / bad auto-resolves
|
||||
# when merging into main branch.
|
||||
branches: [main]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
@ -2,7 +2,7 @@ name: reflex-init-in-docker-test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
|
4
.github/workflows/unit_tests.yml
vendored
4
.github/workflows/unit_tests.yml
vendored
@ -2,11 +2,11 @@ name: unit-tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "reflex-0.4.0" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user