enable CI on reflex-0.4.0 branch (#2502)

This commit is contained in:
Masen Furer 2024-01-31 16:06:04 -08:00 committed by GitHub
parent 9c086163df
commit aa4bdf53d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 14 additions and 14 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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

View File

@ -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'

View File

@ -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:

View File

@ -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:

View File

@ -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'