Prechádzať zdrojové kódy

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

Masen Furer 1 rok pred
rodič
commit
192bddb5d4

+ 2 - 2
.github/workflows/check_generated_pyi.yml

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

+ 2 - 2
.github/workflows/integration_app_harness.yml

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

+ 3 - 3
.github/workflows/integration_tests.yml

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

+ 2 - 2
.github/workflows/integration_tests_wsl.yml

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

+ 2 - 2
.github/workflows/pre-commit.yml

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

+ 2 - 2
.github/workflows/reflex_init_in_docker_test.yml

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

+ 2 - 2
.github/workflows/unit_tests.yml

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