File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,17 @@ name: build firebase
3
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
4
# events but only for the develop branch
5
5
on :
6
+ workflow_dispatch :
7
+
6
8
push :
9
+ tags :
10
+ - " *"
7
11
branches : [develop, main]
8
12
paths :
9
13
- " flutter_cache_manager_firebase/**"
10
14
- " .github/workflows/**"
11
15
pull_request :
12
- branches : [develop]
16
+ branches : [develop, main ]
13
17
paths :
14
18
- " flutter_cache_manager_firebase/**"
15
19
- " .github/workflows/**"
Original file line number Diff line number Diff line change @@ -3,13 +3,17 @@ name: build
3
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
4
# events but only for the develop branch
5
5
on :
6
+ workflow_dispatch :
7
+
6
8
push :
9
+ tags :
10
+ - " *"
7
11
branches : [develop, main]
8
12
paths :
9
13
- " flutter_cache_manager/**"
10
14
- " .github/workflows/**"
11
15
pull_request :
12
- branches : [develop]
16
+ branches : [develop, main ]
13
17
paths :
14
18
- " flutter_cache_manager/**"
15
19
- " .github/workflows/**"
You can’t perform that action at this time.
0 commit comments