|
@@ -2,14 +2,14 @@ name: check-generated-pyi
|
|
|
|
|
|
on:
|
|
on:
|
|
push:
|
|
push:
|
|
- branches: [ "main", "reflex-0.4.0" ]
|
|
|
|
|
|
+ branches: [ "main" ]
|
|
# We don't just trigger on pyi_generator.py and the components dir, because
|
|
# We don't just trigger on pyi_generator.py and the components dir, because
|
|
# there are other things that can change the generator output
|
|
# there are other things that can change the generator output
|
|
# e.g. black version, reflex.Component, reflex.Var.
|
|
# e.g. black version, reflex.Component, reflex.Var.
|
|
paths-ignore:
|
|
paths-ignore:
|
|
- '**/*.md'
|
|
- '**/*.md'
|
|
pull_request:
|
|
pull_request:
|
|
- branches: [ "main", "reflex-0.4.0" ]
|
|
|
|
|
|
+ branches: [ "main" ]
|
|
paths-ignore:
|
|
paths-ignore:
|
|
- '**/*.md'
|
|
- '**/*.md'
|
|
|
|
|