File tree Expand file tree Collapse file tree 4 files changed +6
-60
lines changed Expand file tree Collapse file tree 4 files changed +6
-60
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ name: Form Builder Core
6
6
on :
7
7
# Triggers the workflow on push or pull request events but only for the master branch
8
8
push :
9
- branches : [split_packages ]
9
+ branches : [master ]
10
10
paths :
11
11
- " packages/flutter_form_builder/**"
12
12
- " .github/workflows/form_builder_core.yaml"
13
13
14
14
pull_request :
15
- branches : [split_packages ]
15
+ branches : [master ]
16
16
paths :
17
17
- " packages/flutter_form_builder/**"
18
18
- " .github/workflows/form_builder_core.yaml"
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ name: Form Builder Extra Fields
6
6
on :
7
7
# Triggers the workflow on push or pull request events but only for the master branch
8
8
push :
9
- branches : [split_packages ]
9
+ branches : [master ]
10
10
paths :
11
11
- " packages/form_builder_extra_fields/**"
12
12
- " .github/workflows/form_builder_extra_fields.yaml"
13
13
14
14
pull_request :
15
- branches : [split_packages ]
15
+ branches : [master ]
16
16
paths :
17
17
- " packages/form_builder_extra_fields/**"
18
18
- " .github/workflows/form_builder_extra_fields.yaml"
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ name: Form Builder Validators
6
6
on :
7
7
# Triggers the workflow on push or pull request events but only for the master branch
8
8
push :
9
- branches : [split_packages ]
9
+ branches : [master ]
10
10
paths :
11
11
- " packages/form_builder_validators/**"
12
12
- " .github/workflows/form_builder_validators.yaml"
13
13
14
14
pull_request :
15
- branches : [split_packages ]
15
+ branches : [master ]
16
16
paths :
17
17
- " packages/form_builder_validators/**"
18
18
- " .github/workflows/form_builder_validators.yaml"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments