Skip to content

Commit

Permalink
Only allow correct tags
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Aug 1, 2024
1 parent 730e1b8 commit a42c7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

push:
tags:
- "*"
- "firebase-v[0-9]+.[0-9]+.[0-9]+*"
branches: [develop, main]
paths:
- "flutter_cache_manager_firebase/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

push:
tags:
- "*"
- "v[0-9]+.[0-9]+.[0-9]+*"
branches: [develop, main]
paths:
- "flutter_cache_manager/**"
Expand Down

0 comments on commit a42c7c8

Please sign in to comment.