We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730e1b8 commit a42c7c8Copy full SHA for a42c7c8
.github/workflows/build-firebase.yaml
@@ -7,7 +7,7 @@ on:
7
8
push:
9
tags:
10
- - "*"
+ - "firebase-v[0-9]+.[0-9]+.[0-9]+*"
11
branches: [develop, main]
12
paths:
13
- "flutter_cache_manager_firebase/**"
.github/workflows/build.yaml
+ - "v[0-9]+.[0-9]+.[0-9]+*"
- "flutter_cache_manager/**"
0 commit comments