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
33# Controls when the action will run. Triggers the workflow on push or pull request
44# events but only for the develop branch
55on :
6+ workflow_dispatch :
7+
68 push :
9+ tags :
10+ - " *"
711 branches : [develop, main]
812 paths :
913 - " flutter_cache_manager_firebase/**"
1014 - " .github/workflows/**"
1115 pull_request :
12- branches : [develop]
16+ branches : [develop, main ]
1317 paths :
1418 - " flutter_cache_manager_firebase/**"
1519 - " .github/workflows/**"
Original file line number Diff line number Diff line change @@ -3,13 +3,17 @@ name: build
33# Controls when the action will run. Triggers the workflow on push or pull request
44# events but only for the develop branch
55on :
6+ workflow_dispatch :
7+
68 push :
9+ tags :
10+ - " *"
711 branches : [develop, main]
812 paths :
913 - " flutter_cache_manager/**"
1014 - " .github/workflows/**"
1115 pull_request :
12- branches : [develop]
16+ branches : [develop, main ]
1317 paths :
1418 - " flutter_cache_manager/**"
1519 - " .github/workflows/**"
You can’t perform that action at this time.
0 commit comments