workflows: remove references to now-defunct reflex-0.4.0 branch (#2643)

This commit is contained in:
Masen Furer 2024-02-16 11:32:24 -08:00 committed by GitHub
parent 4ad238c42c
commit 192bddb5d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 15 additions and 15 deletions

View File

@ -2,14 +2,14 @@ name: check-generated-pyi
on:
push:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
# 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", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'

View File

@ -2,11 +2,11 @@ name: integration-app-harness
on:
push:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'

View File

@ -2,11 +2,11 @@ name: integration-tests
on:
push:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'
@ -125,7 +125,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: reflex-dev/reflex-web
ref: reflex-0.4.0
ref: main
path: reflex-web
- name: Install Requirements for reflex-web

View File

@ -2,11 +2,11 @@ name: integration-tests-wsl
on:
push:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'

View File

@ -2,12 +2,12 @@ name: pre-commit
on:
pull_request:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
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", "reflex-0.4.0" ]
branches: [ "main" ]
jobs:
pre-commit:

View File

@ -2,11 +2,11 @@ name: reflex-init-in-docker-test
on:
push:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'

View File

@ -2,11 +2,11 @@ name: unit-tests
on:
push:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ "main", "reflex-0.4.0" ]
branches: [ "main" ]
paths-ignore:
- '**/*.md'