Skip to content

Commit b638540

Browse files
committed
CI
1 parent 3a22bd4 commit b638540

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/build-firebase.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
55
on:
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/**"

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
55
on:
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/**"

0 commit comments

Comments
 (0)