Skip to content

Commit a42c7c8

Browse files
committed
Only allow correct tags
1 parent 730e1b8 commit a42c7c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-firebase.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
push:
99
tags:
10-
- "*"
10+
- "firebase-v[0-9]+.[0-9]+.[0-9]+*"
1111
branches: [develop, main]
1212
paths:
1313
- "flutter_cache_manager_firebase/**"

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
push:
99
tags:
10-
- "*"
10+
- "v[0-9]+.[0-9]+.[0-9]+*"
1111
branches: [develop, main]
1212
paths:
1313
- "flutter_cache_manager/**"

0 commit comments

Comments
 (0)